diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-11-30 23:19:45 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-12-07 00:59:57 +0100 |
commit | 158032bd7dcc33d17da8091b2319bf59ee9db6a1 (patch) | |
tree | fdc9f9f8241caceee48683868a0cf3f973123fee /doc | |
parent | 60f4564a63316c5655cfd1e01ea2ebfdd9cfb9f1 (diff) | |
download | patches-158032bd7dcc33d17da8091b2319bf59ee9db6a1.tar patches-158032bd7dcc33d17da8091b2319bf59ee9db6a1.tar.gz |
guix system: Add "describe" action.
* guix/scripts/system.scm (show-help): Add "describe".
(process-command): Handle it.
(guix-system): Likewise.
* 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 4c2ecd4b84..84548b1b7d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -26301,6 +26301,10 @@ bootloader boot menu: @table @code +@item describe +Describe the current system generation: its file name, the kernel and +bootloader used, etc., as well as provenance information when available. + @item list-generations List a summary of each generation of the operating system available on disk, in a human-readable way. This is similar to the |