system: Change default kernel-arguments to '("quiet").
authorChristopher Baines <mail@cbaines.net>
Sun, 21 Apr 2019 20:36:47 +0000 (21:36 +0100)
committerChristopher Baines <mail@cbaines.net>
Mon, 22 Apr 2019 21:18:00 +0000 (22:18 +0100)
commit5582aa8e31bf88f981caedeb4fbbb758486b6ca7
treed6a43deba9eee1be71ff0afe946539d077ab0d99
parentfa61900705ced88b058e2b49d9a8cc3ae3ba907e
system: Change default kernel-arguments to '("quiet").

This improves the readability of the boot process, especially when using full
disk encryption where you're required to enter the passphrase at a particular
point.

* gnu/system.scm (<operating-system>)[kernel-arguments]: Change the default to
'("quiet").
* doc/guix.texi (operating-system Reference): Document this change.
doc/guix.texi
gnu/system.scm