Skip to content
Snippets Groups Projects
Unverified Commit 78591912 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

install: Pass "modprobe.blacklist=radeon".

* gnu/system/install.scm (installation-os)[kernel-arguments]: New field.
parent a3e6cf98
No related branches found
No related tags found
No related merge requests found
......@@ -427,6 +427,12 @@ (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 '("modprobe.blacklist=radeon"))
(file-systems
;; Note: the disk image build code overrides this root file system with
;; the appropriate one.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment