diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-05-16 21:56:00 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-05-16 21:56:00 +0200 |
commit | 7889394e059a2362d3227fb02256de4afd46129c (patch) | |
tree | c58a09e074643a0fe6657fb45b7fe3a9edfed40b /doc | |
parent | 90f69c2ec598b7a94b7d35e4ce61bda245369b6d (diff) | |
download | guix-7889394e059a2362d3227fb02256de4afd46129c.tar guix-7889394e059a2362d3227fb02256de4afd46129c.tar.gz |
guix system: Add 'build' action.
* guix/scripts/system.scm (show-help): Document 'build' action.
(guix-system): Honor 'build' action.
* doc/guix.texi (Invoking guix system): Add 'build' action.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 770e7ab062..4881ec6e1b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3204,6 +3204,11 @@ operating system is instantiate. Currently the following values are supported: @table @code +@item build +Build the operating system's derivation, which includes all the +configuration files and programs needed to boot and run the system. +This action does not actually install anything. + @item vm @cindex virtual machine Build a virtual machine that contain the operating system declared in |