guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: install: Pass "quiet" to the kernel.


From: guix-commits
Subject: 01/03: install: Pass "quiet" to the kernel.
Date: Mon, 22 Apr 2019 18:49:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 519177ad41b713dd963f466bf1c3c9e2eb8d1d99
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 23 00:40:50 2019 +0200

    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 80b7fe8..f20d94f 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]