guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: system: install: Do not load amdgpu in the instal


From: guix-commits
Subject: branch master updated: system: install: Do not load amdgpu in the installer image.
Date: Fri, 16 Sep 2022 04:15:19 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d0376f6718 system: install: Do not load amdgpu in the installer image.
d0376f6718 is described below

commit d0376f6718b57be90b2f7697c90e4ecbe0090e0f
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Tue Sep 13 02:42:48 2022 +0000

    system: install: Do not load amdgpu in the installer image.
    
    * gnu/system/install.scm (installation-os): Add amdgpu to
    modprobe.blacklist.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/system/install.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index a7b7c246bf..003c49a3e7 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -476,7 +476,7 @@ Access documentation at any time by pressing Alt-F2.\x1b[0m
     ;; non-functional:
     ;; <https://lists.gnu.org/archive/html/guix-devel/2019-03/msg00441.html>.
     ;; Thus, blacklist it.
-    (kernel-arguments '("quiet" "modprobe.blacklist=radeon"))
+    (kernel-arguments '("quiet" "modprobe.blacklist=radeon,amdgpu"))
 
     (file-systems
      ;; Note: the disk image build code overrides this root file system with



reply via email to

[Prev in Thread] Current Thread [Next in Thread]