diff options
| author | Antero Mejr <antero@mailbox.org> | 2022-09-13 02:42:48 +0000 |
|---|---|---|
| committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-16 10:14:39 +0200 |
| commit | d0376f6718b57be90b2f7697c90e4ecbe0090e0f (patch) | |
| tree | 2dd0003b7fcf5e60e2de6252db75abd966201fa4 /gnu/system | |
| parent | c0d25bef71af32dfb98e93ddcb82d0003c8714f8 (diff) | |
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>
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 a7b7c246bf9..003c49a3e71 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 | |||
| 476 | ;; non-functional: | 476 | ;; non-functional: |
| 477 | ;; <https://lists.gnu.org/archive/html/guix-devel/2019-03/msg00441.html>. | 477 | ;; <https://lists.gnu.org/archive/html/guix-devel/2019-03/msg00441.html>. |
| 478 | ;; Thus, blacklist it. | 478 | ;; Thus, blacklist it. |
| 479 | (kernel-arguments '("quiet" "modprobe.blacklist=radeon")) | 479 | (kernel-arguments '("quiet" "modprobe.blacklist=radeon,amdgpu")) |
| 480 | 480 | ||
| 481 | (file-systems | 481 | (file-systems |
| 482 | ;; Note: the disk image build code overrides this root file system with | 482 | ;; Note: the disk image build code overrides this root file system with |
