diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-07 22:43:33 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-08 01:05:35 +0100 |
commit | ab11f0bed4084f19698752fa5451ea73a52400f9 (patch) | |
tree | 07d857fc35ec8182091e137f70f0c72084b85e51 /doc | |
parent | c1941588dd7d3ca34bcf7480bdc578b7a1110160 (diff) | |
download | patches-ab11f0bed4084f19698752fa5451ea73a52400f9.tar patches-ab11f0bed4084f19698752fa5451ea73a52400f9.tar.gz |
vm: Support 'guix system vm --full-boot'.
* gnu/system/vm.scm (system-qemu-image/shared-store-script): Add
#:full-boot? parameter and honor it.
* guix/scripts/system.scm (system-derivation-for-action): Likewise.
(perform-action): Likewise.
(show-help): Document '--full-boot'.
(%options): Add '--full-boot'.
(guix-system): Add #:full-boot? argument in call to 'perform-action'.
* doc/guix.texi (Invoking guix system): 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 7927ca0b00..2da956cc73 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4151,6 +4151,10 @@ Build a virtual machine that contain the operating system declared in The VM shares its store with the host system. +On GNU/Linux, the default is to boot directly to the kernel. The +@code{--full-boot} option forces a complete boot sequence, starting with +the bootloader. + @item vm-image @itemx disk-image Return a virtual machine or disk image of the operating system declared |