Compare commits
2 commits
6a7c58fc05
...
4a5327ca0a
Author | SHA1 | Date | |
---|---|---|---|
4a5327ca0a | |||
6cfc158dbb |
2 changed files with 20 additions and 12 deletions
|
@ -116,3 +116,11 @@ You can also list all available virtual machines by running this command:
|
|||
```sh
|
||||
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} shell - start a shell as user qemu
|
||||
${name} help - show this help
|
||||
${name} add <path to script> - add a launching script from this PATH
|
||||
${name} add <path to script> [<VM name>] - add a launching script
|
||||
EOF
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue