Revert "Revert "install: Pass "modprobe.blacklist=radeon".""
This reverts commit 73ddcab607
.
Blacklisting has become necessary again on my AMD machines, else
the installer screen stays black.
This commit is contained in:
parent
26f6bd0403
commit
34d436a408
1 changed files with 6 additions and 0 deletions
|
@ -445,6 +445,12 @@ Access documentation at any time by pressing Alt-F2.\x1b[0m
|
||||||
(label (string-append "GNU Guix installation "
|
(label (string-append "GNU Guix installation "
|
||||||
(package-version guix)))
|
(package-version guix)))
|
||||||
|
|
||||||
|
;; XXX: The AMD Radeon driver is reportedly broken, which makes kmscon
|
||||||
|
;; non-functional:
|
||||||
|
;; <https://lists.gnu.org/archive/html/guix-devel/2019-03/msg00441.html>.
|
||||||
|
;; Thus, blacklist it.
|
||||||
|
(kernel-arguments '("quiet" "modprobe.blacklist=radeon"))
|
||||||
|
|
||||||
(file-systems
|
(file-systems
|
||||||
;; Note: the disk image build code overrides this root file system with
|
;; Note: the disk image build code overrides this root file system with
|
||||||
;; the appropriate one.
|
;; the appropriate one.
|
||||||
|
|
Reference in a new issue