summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2020-04-29 18:22:48 +0200
committerFlorian Pelz <pelzflorian@pelzflorian.de>2020-05-01 08:26:07 +0000
commit73ddcab6075f60ef9b3cd72a35fbf7f5d622b6ef (patch)
tree31e5e6f09760c350d757b9158a95efe16856e4cb
parent5af110868cf3460da705242370eeb652bd1c5646 (diff)
downloadpatches-73ddcab6075f60ef9b3cd72a35fbf7f5d622b6ef.tar
patches-73ddcab6075f60ef9b3cd72a35fbf7f5d622b6ef.tar.gz
Revert "install: Pass "modprobe.blacklist=radeon"."
This reverts commit 785919121066a10b291d783b6903b5e368e992a8, which is no longer needed since uvesafb was added in 557e6820a77b24f8f3f03f28ee473137b1caeb64.
-rw-r--r--gnu/system/install.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index d31ed9a197..8804585215 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -471,12 +471,6 @@ Access documentation at any time by pressing Alt-F2.\x1b[0m
(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.