diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-15 11:30:50 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-15 12:24:14 +0200 |
commit | 3f03a198b2f1ad7ff6f1d53c287c36011024d67c (patch) | |
tree | c1c4d015ce3a659f3906589549d3e811cfb59f18 /doc | |
parent | 2c6c002ab7d23d21d592f3c3d1534c6791db2e72 (diff) | |
download | patches-3f03a198b2f1ad7ff6f1d53c287c36011024d67c.tar patches-3f03a198b2f1ad7ff6f1d53c287c36011024d67c.tar.gz |
system: Add 'label' field to <operating-system>.
* gnu/system.scm (<operating-system>)[label]: New field.
(operating-system-default-label): New procedure.
(operating-system-boot-parameters): Use it instead of
'kernel->boot-label'.
* doc/guix.texi (operating-system Reference): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 5fefc1af4f..1ae5711c02 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -10436,6 +10436,10 @@ the command-line of the kernel---e.g., @code{("console=ttyS0")}. @item @code{bootloader} The system bootloader configuration object. @xref{Bootloader Configuration}. +@item @code{label} +This is the label (a string) as it appears in the bootloader's menu entry. +The default label includes the kernel name and version. + @item @code{keyboard-layout} (default: @code{#f}) This field specifies the keyboard layout to use in the console. It can be either @code{#f}, in which case the default keyboard layout is used (usually |