mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
Revert "install: Pass "modprobe.blacklist=radeon"."
This reverts commit7859191210
, which is no longer needed since uvesafb was added in557e6820a7
.
This commit is contained in:
parent
5af110868c
commit
73ddcab607
1 changed files with 0 additions and 6 deletions
|
@ -471,12 +471,6 @@ (define installation-os
|
|||
(label (string-append "GNU Guix installation "
|
||||
(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
|
||||
;; Note: the disk image build code overrides this root file system with
|
||||
;; the appropriate one.
|
||||
|
|
Loading…
Reference in a new issue