mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
868c4dec0f
commit
e74baa1245
4 changed files with 27 additions and 24 deletions
|
@ -262,8 +262,8 @@ guix system vm "$tmpfile" -d | grep '\.drv$'
|
|||
drv1="`guix system vm "$tmpfile" -d`"
|
||||
drv2="`guix system vm "$tmpfile" -d`"
|
||||
test "$drv1" = "$drv2"
|
||||
drv1="`guix system disk-image -t iso9660 "$tmpfile" -d`"
|
||||
drv2="`guix system disk-image -t iso9660 "$tmpfile" -d`"
|
||||
drv1="`guix system image -t iso9660 "$tmpfile" -d`"
|
||||
drv2="`guix system image -t iso9660 "$tmpfile" -d`"
|
||||
test "$drv1" = "$drv2"
|
||||
|
||||
make_user_config "group-that-does-not-exist" "users"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue