mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Update README.md
This commit is contained in:
parent
0287b727d0
commit
ce43eb55b1
1 changed files with 3 additions and 4 deletions
|
@ -53,6 +53,7 @@ snap connect qemu-virgil:removable-media
|
|||
```
|
||||
iso="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.iso"
|
||||
disk_img="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.qcow2
|
||||
disk=128G
|
||||
```
|
||||
|
||||
* Use `quickemu.sh` to start the virtual machine:
|
||||
|
@ -69,16 +70,14 @@ Usage
|
|||
|
||||
You can also pass optional parameters
|
||||
--delete : Delete the disk image.
|
||||
--efi : Enable EFI BIOS (default).
|
||||
--legacy : Enable legacy BIOS.
|
||||
--efi : Enable EFI BIOS (experimental).
|
||||
--restore : Restore the snapshot.
|
||||
--samba : Share your home directory to the guest.
|
||||
--snapshot : Create a disk snapshot.
|
||||
--virgil : Use virgil, if available.
|
||||
```
|
||||
|
||||
## TODO
|
||||
|
||||
- [ ] Make display configuration more robust
|
||||
- [x] Make display configuration more robust
|
||||
- [ ] Improve stdout presentation
|
||||
- [ ] Make disk image optionally size configurable
|
Loading…
Reference in a new issue