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 <[email protected]>
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 <[email protected]>
---
 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