diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-07-17 01:07:50 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-17 01:11:06 +0200 |
| commit | ee2a6304f3bcf19df895310aedff372ed7e17c34 (patch) | |
| tree | a1faa13fb55276d7fbb97917657d872148acd750 /doc | |
| parent | 2378df558a6ca9c1db889294cc08b1229720e912 (diff) | |
system: Add 'kernel-arguments' field.
* gnu/system.scm (<operating-system>)[kernel-arguments]: New field.
(operating-system-grub.cfg): Honor it.
(operating-system-parameters-file): Add 'kernel-arguments' to the parameters
file.
* guix/scripts/system.scm (previous-grub-entries)[system->grub-entry]: Read
the 'kernel-arguments' field of the parameters file, when available.
* gnu/system/vm.scm (system-qemu-image/shared-store-script):
Use (operating-system-kernel-arguments os) in '-append'.
* 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 e4662cbfe1a..2f8c52c8b6e 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -4825,6 +4825,10 @@ The package object of the operating system kernel to use@footnote{Currently | |||
| 4825 | only the Linux-libre kernel is supported. In the future, it will be | 4825 | only the Linux-libre kernel is supported. In the future, it will be |
| 4826 | possible to use the GNU@tie{}Hurd.}. | 4826 | possible to use the GNU@tie{}Hurd.}. |
| 4827 | 4827 | ||
| 4828 | @item @code{kernel-arguments} (default: @code{'()}) | ||
| 4829 | List of strings or gexps representing additional arguments to pass on | ||
| 4830 | the kernel's command-line---e.g., @code{("console=ttyS0")}. | ||
| 4831 | |||
| 4828 | @item @code{bootloader} | 4832 | @item @code{bootloader} |
| 4829 | The system bootloader configuration object. @xref{GRUB Configuration}. | 4833 | The system bootloader configuration object. @xref{GRUB Configuration}. |
| 4830 | 4834 | ||
