unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35369] [PATCH] system: Change default kernel-arguments to '("quiet").
@ 2019-04-21 20:58 Christopher Baines
  2019-04-22 14:35 ` Danny Milosavljevic
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2019-04-21 20:58 UTC (permalink / raw)
  To: 35369

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@footnote{Currently
 only the Linux-libre kernel is supported.  In the future, it will be
 possible to use the GNU@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#35369] [PATCH] system: Change default kernel-arguments to '("quiet").
  2019-04-21 20:58 [bug#35369] [PATCH] system: Change default kernel-arguments to '("quiet") Christopher Baines
@ 2019-04-22 14:35 ` Danny Milosavljevic
  2019-04-23  6:36   ` bug#35369: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Danny Milosavljevic @ 2019-04-22 14:35 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 35369

[-- Attachment #1: Type: text/plain, Size: 21 bytes --]

Good idea.

LGTM!

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#35369: [PATCH] system: Change default kernel-arguments to '("quiet").
  2019-04-22 14:35 ` Danny Milosavljevic
@ 2019-04-23  6:36   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2019-04-23  6:36 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 35369-done

[-- Attachment #1: Type: text/plain, Size: 133 bytes --]


Danny Milosavljevic <dannym@scratchpost.org> writes:

> Good idea.
>
> LGTM!

Thanks for taking a look, I've pushed this patch now.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-23  6:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-21 20:58 [bug#35369] [PATCH] system: Change default kernel-arguments to '("quiet") Christopher Baines
2019-04-22 14:35 ` Danny Milosavljevic
2019-04-23  6:36   ` bug#35369: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).