diff options
author | swedebugia <swedebugia@riseup.net> | 2018-12-14 19:41:41 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-12-18 16:04:25 +0100 |
commit | bd5a81f9b8eafc4721d64a53738e4da06eac2fa0 (patch) | |
tree | 4e1b3b71afd46f1bfa1b8acebb03a601b4a4deb6 /doc | |
parent | 4d55431d89f0209d764af811fc1ed0e48335ee39 (diff) | |
download | patches-bd5a81f9b8eafc4721d64a53738e4da06eac2fa0.tar patches-bd5a81f9b8eafc4721d64a53738e4da06eac2fa0.tar.gz |
guix system: Clarify the three strategies available.
* guix/scripts/system.scm (show-help): Clarify the three choices.
* doc/guix.texi (Invoking guix system): Add 3 @cindex to make on-error=strategy
easier to find.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 8fb4bf1a45..8611b61026 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -22953,6 +22953,9 @@ appear in the @code{operating-system} declaration actually exist needed at boot time are listed in @code{initrd-modules} (@pxref{Initial RAM Disk}). Passing this option skips these tests altogether. +@cindex on-error +@cindex on-error strategy +@cindex error strategy @item --on-error=@var{strategy} Apply @var{strategy} when an error occurs when reading @var{file}. @var{strategy} may be one of the following: |