diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-23 00:40:50 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-23 00:40:50 +0200 |
commit | 519177ad41b713dd963f466bf1c3c9e2eb8d1d99 (patch) | |
tree | edcf737065a70cc2bb99cd2609ae36a376b9aec8 /gnu/system | |
parent | 7611074f677f1c3cfe5da426f387eeda1b6ad825 (diff) | |
download | guix-519177ad41b713dd963f466bf1c3c9e2eb8d1d99.tar guix-519177ad41b713dd963f466bf1c3c9e2eb8d1d99.tar.gz |
install: Pass "quiet" to the kernel.
This is a followup to 5582aa8e31bf88f981caedeb4fbbb758486b6ca7.
* gnu/system/install.scm (installation-os)[kernel-arguments]: Add "quiet".
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/install.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 80b7fe8e69..f20d94f385 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -431,7 +431,7 @@ Access documentation at any time by pressing Alt-F2.\x1b[0m ;; non-functional: ;; <https://lists.gnu.org/archive/html/guix-devel/2019-03/msg00441.html>. ;; Thus, blacklist it. - (kernel-arguments '("modprobe.blacklist=radeon")) + (kernel-arguments '("quiet" "modprobe.blacklist=radeon")) (file-systems ;; Note: the disk image build code overrides this root file system with |