diff options
author | EuAndreh <eu@euandre.org> | 2023-03-23 12:18:23 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-23 12:18:23 -0300 |
commit | 028d07576a3df8213cb2973ff25cce36230b6859 (patch) | |
tree | 9137113b55167f4db9a0f10a1f6ed3a45f99e463 /bin/vm | |
parent | Makefile: Strip .qcow2 from image names (diff) | |
download | dotfiles-028d07576a3df8213cb2973ff25cce36230b6859.tar.gz dotfiles-028d07576a3df8213cb2973ff25cce36230b6859.tar.xz |
bin/vm: Add -S option of help string example
Diffstat (limited to 'bin/vm')
-rwxr-xr-x | bin/vm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ help() { Create a new VM, using graphics and verbose mode: $ qemu-img create -f qcow2 $XDG_STATE_HOME/vm/qemu/debian-amd64-headless.qcow2 32G - $ vm -vG up debian -- -cdrom ~/Downloads/ISO/debian-11.5.0-amd64-netinst.iso + $ vm -vSG up debian -- -cdrom ~/Downloads/ISO/debian-11.5.0-amd64-netinst.iso List images available on the remote, and download one of them: |