From 519177ad41b713dd963f466bf1c3c9e2eb8d1d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 23 Apr 2019 00:40:50 +0200 Subject: [PATCH] install: Pass "quiet" to the kernel. This is a followup to 5582aa8e31bf88f981caedeb4fbbb758486b6ca7. * gnu/system/install.scm (installation-os)[kernel-arguments]: Add "quiet". --- gnu/system/install.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ;; . ;; 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