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"
|
iso="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.iso"
|
||||||
disk_img="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.qcow2
|
disk_img="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.qcow2
|
||||||
|
disk=128G
|
||||||
```
|
```
|
||||||
|
|
||||||
* Use `quickemu.sh` to start the virtual machine:
|
* Use `quickemu.sh` to start the virtual machine:
|
||||||
|
@ -69,16 +70,14 @@ Usage
|
||||||
|
|
||||||
You can also pass optional parameters
|
You can also pass optional parameters
|
||||||
--delete : Delete the disk image.
|
--delete : Delete the disk image.
|
||||||
--efi : Enable EFI BIOS (default).
|
--efi : Enable EFI BIOS (experimental).
|
||||||
--legacy : Enable legacy BIOS.
|
|
||||||
--restore : Restore the snapshot.
|
--restore : Restore the snapshot.
|
||||||
--samba : Share your home directory to the guest.
|
|
||||||
--snapshot : Create a disk snapshot.
|
--snapshot : Create a disk snapshot.
|
||||||
--virgil : Use virgil, if available.
|
--virgil : Use virgil, if available.
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- [ ] Make display configuration more robust
|
- [x] Make display configuration more robust
|
||||||
- [ ] Improve stdout presentation
|
- [ ] Improve stdout presentation
|
||||||
- [ ] Make disk image optionally size configurable
|
- [ ] Make disk image optionally size configurable
|
Loading…
Add table
Add a link
Reference in a new issue