Compare commits

...

2 commits

Author SHA1 Message Date
5e963ca28a README : ancien chemin 2024-01-23 00:01:05 +01:00
304192344b README : ajout bonne pratique 2024-01-22 23:57:00 +01:00

View file

@ -36,6 +36,8 @@ 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
@ -107,7 +109,7 @@ of your choice:
qemush edit "$name" qemush edit "$name"
``` ```
Example scripts are available in this repo's `qemu/bin` folder. Example scripts are available in this repo's `qemu/launchers` folder.
### Launching a virtual machine ### Launching a virtual machine