me
/
guix
Archived
1
0
Fork 0

Revert "install: Pass "modprobe.blacklist=radeon"."

This reverts commit 7859191210, which is no longer
needed since uvesafb was added in 557e6820a7.
master
Florian Pelz 2020-04-29 18:22:48 +02:00
parent 5af110868c
commit 73ddcab607
No known key found for this signature in database
GPG Key ID: 300888CB39C63817
1 changed files with 0 additions and 6 deletions

View File

@ -471,12 +471,6 @@ 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.