diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-01-17 11:32:51 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-01-19 17:16:56 +0100 |
commit | e74baa124592428f05b17562f180469e405037f3 (patch) | |
tree | 71f1ea28df039f5d1bee63d8c70bea2b7683012c /gnu | |
parent | 868c4dec0f8b4fd6099bcc95b7af1225c0de58aa (diff) | |
download | guix-e74baa124592428f05b17562f180469e405037f3.tar.gz guix-e74baa124592428f05b17562f180469e405037f3.zip |
system: Rename 'disk-image' command 'image'.
* guix/scripts/system.scm (system-derivation-for-action): Rename 'disk-image'
command 'image'. Warn when using the now deprecated 'disk-image' command.
(show-help): Adapt accordingly.
(guix-system): Ditto.
* tests/guix-system.sh: Ditto.
* gnu/system/examples/bare-hurd.tmpl: Ditto.
* doc/guix.texi (Building the Installation Image,
Building the Installation Image for ARM Boards,
Invoking guix pack,
Invoking guix system): Adapt documentation.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system/examples/bare-hurd.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/examples/bare-hurd.tmpl b/gnu/system/examples/bare-hurd.tmpl index e4b795ff27..135ed23cb6 100644 --- a/gnu/system/examples/bare-hurd.tmpl +++ b/gnu/system/examples/bare-hurd.tmpl @@ -5,7 +5,7 @@ ;; To build a disk image for a virtual machine, do ;; -;; ./pre-inst-env guix system disk-image --target=i586-pc-gnu \ +;; ./pre-inst-env guix system image --target=i586-pc-gnu \ ;; gnu/system/examples/bare-hurd.tmpl ;; ;; You may run it like so |