From d0376f6718b57be90b2f7697c90e4ecbe0090e0f Mon Sep 17 00:00:00 2001 From: Antero Mejr Date: Tue, 13 Sep 2022 02:42:48 +0000 Subject: 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 --- gnu/system/install.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/system/install.scm') 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 @@ (define installation-os ;; non-functional: ;; . ;; 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 -- cgit v1.2.3 mized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-10gnu: vsftpd: Fix build with recent OpenSSL.Tobias Geerinckx-Rice
2023-02-19gnu: Use HTTPS package home pages wherever possible.Tobias Geerinckx-Rice
2022-12-02gnu: wxWidgets: Update to 3.2.1.Marius Bakke
2022-11-27gnu: filezilla: Update to 3.62.2.Marius Bakke
2022-11-27gnu: libfilezilla: Update to 0.39.2.Marius Bakke