Compare commits
No commits in common. "5e963ca28a87a87fc508b27b7935503cb3909b7f" and "13cb88d084301b8c603ed61ee2eac3ec6826afa6" have entirely different histories.
5e963ca28a
...
13cb88d084
1 changed files with 1 additions and 3 deletions
|
@ -36,8 +36,6 @@ needing them
|
||||||
keep track of them
|
keep track of them
|
||||||
- **Copy-on-write**: images are formatted using `qcow2` to use less space
|
- **Copy-on-write**: images are formatted using `qcow2` to use less space
|
||||||
on disk
|
on disk
|
||||||
- **Process detachment**: you can log out and have your virtual machines
|
|
||||||
still running, control them via Unix sockets
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
@ -109,7 +107,7 @@ of your choice:
|
||||||
qemush edit "$name"
|
qemush edit "$name"
|
||||||
```
|
```
|
||||||
|
|
||||||
Example scripts are available in this repo's `qemu/launchers` folder.
|
Example scripts are available in this repo's `qemu/bin` folder.
|
||||||
|
|
||||||
### Launching a virtual machine
|
### Launching a virtual machine
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue