Compare commits
No commits in common. "4a5327ca0a4961b066c37f2e199458f21e373400" and "6a7c58fc05b6080dfc9858e16963a80d8fd756b1" have entirely different histories.
4a5327ca0a
...
6a7c58fc05
2 changed files with 12 additions and 20 deletions
|
@ -116,11 +116,3 @@ You can also list all available virtual machines by running this command:
|
||||||
```sh
|
```sh
|
||||||
qemush ls
|
qemush ls
|
||||||
```
|
```
|
||||||
|
|
||||||
### Other uses
|
|
||||||
|
|
||||||
You can show the full list of possible actions by running this command:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
qemush help
|
|
||||||
```
|
|
||||||
|
|
|
@ -46,7 +46,7 @@ ${name}: usage:
|
||||||
${name} diskrm <disk name> - delete disk image
|
${name} diskrm <disk name> - delete disk image
|
||||||
${name} shell - start a shell as user qemu
|
${name} shell - start a shell as user qemu
|
||||||
${name} help - show this help
|
${name} help - show this help
|
||||||
${name} add <path to script> [<VM name>] - add a launching script
|
${name} add <path to script> - add a launching script from this PATH
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue