install: Pass "quiet" to the kernel.
This is a followup to 5582aa8e31
.
* gnu/system/install.scm (installation-os)[kernel-arguments]: Add "quiet".
This commit is contained in:
parent
7611074f67
commit
519177ad41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue