scripts: system: Remove 'vm-image' command.
authorMathieu Othacehe <othacehe@gnu.org>
Tue, 19 Jan 2021 17:09:28 +0000 (18:09 +0100)
committerMathieu Othacehe <othacehe@gnu.org>
Wed, 17 Feb 2021 09:52:28 +0000 (10:52 +0100)
commitee2a5da80a9bda25542c00a7a35a9ddddcbd58af
treea578e04f14dad512d5f2bbc66aeedc463a3a94c5
parent43b2e440c38a39eb64088bd6c08771c060aa10fc
scripts: system: Remove 'vm-image' command.

Remove the 'vm-image' command that has been superseded by the 'image'
command.

* gnu/system/vm.scm (system-qemu-image): Remove it.
* guix/scripts/system.scm (system-derivation-for-action): Mark 'vm-image'
command as deprecated and use the image API to produce the VM image.
(perform-action, show-help): Adapt accordingly.
* tests/guix-system.sh: Ditto.
* doc/guix.texi (Invoking guix system,
Running Guix in a VM): Ditto.
* etc/completion/fish/guix.fish: Ditto.
* etc/completion/zsh/_guix: Ditto.
doc/guix.texi
etc/completion/fish/guix.fish
etc/completion/zsh/_guix
gnu/system/vm.scm
guix/scripts/system.scm
tests/guix-system.sh