diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-16 19:11:43 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-16 19:11:43 +0200 |
commit | 7e0f2728a46b8f96b875a7199655bd63ad6a9fff (patch) | |
tree | bc86385f3ef3f788eed795764ff40c71595dcf2b /gnu/system | |
parent | af53cf42b7391d3af4fa303233afb87700eccd5f (diff) | |
parent | 706e6c3c8f9aa19c6ec22d4bbd77d09624dbf671 (diff) | |
download | guix-7e0f2728a46b8f96b875a7199655bd63ad6a9fff.tar.gz |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/install.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |