GNU bug report logs -
#35369
[PATCH] system: Change default kernel-arguments to '("quiet").
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Sun, 21 Apr 2019 21:08:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 23 Apr 2019 07:36:06 +0100
with message-id <87o94x6xex.fsf <at> cbaines.net>
and subject line Re: [bug#35369] [PATCH] system: Change default kernel-arguments to '("quiet").
has caused the debbugs.gnu.org bug report #35369,
regarding [PATCH] system: Change default kernel-arguments to '("quiet").
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
35369: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35369
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 | 2 +-
gnu/system.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 8c7522f286..bfde085ac4 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -10453,7 +10453,7 @@ The package object of the operating system kernel to use <at> footnote{Currently
only the Linux-libre kernel is supported. In the future, it will be
possible to use the GNU <at> tie{}Hurd.}.
-@item @code{kernel-arguments} (default: @code{'()})
+@item @code{kernel-arguments} (default: @code{'("quiet")})
List of strings or gexps representing additional arguments to pass on
the command-line of the kernel---e.g., @code{("console=ttyS0")}.
diff --git a/gnu/system.scm b/gnu/system.scm
index 24243eb707..c4f5740df2 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -160,7 +160,7 @@
(kernel operating-system-kernel ; package
(default linux-libre))
(kernel-arguments operating-system-user-kernel-arguments
- (default '())) ; list of gexps/strings
+ (default '("quiet"))) ; list of gexps/strings
(bootloader operating-system-bootloader) ; <bootloader-configuration>
(label operating-system-label ; string
(thunked)
--
2.21.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Danny Milosavljevic <dannym <at> scratchpost.org> writes:
> Good idea.
>
> LGTM!
Thanks for taking a look, I've pushed this patch now.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 6 years and 111 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.