install: Pass "modprobe.blacklist=radeon".
* gnu/system/install.scm (installation-os)[kernel-arguments]: New field.
This commit is contained in:
parent
a3e6cf9876
commit
7859191210
|
@ -427,6 +427,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 '("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.
|
||||||
|
|
Loading…
Reference in New Issue