mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
install: Pass "modprobe.blacklist=radeon".
* gnu/system/install.scm (installation-os)[kernel-arguments]: New field.
This commit is contained in:
parent
a3e6cf9876
commit
7859191210
1 changed files with 6 additions and 0 deletions
|
@ -427,6 +427,12 @@ (define installation-os
|
||||||
(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 a new issue