mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Update README
This commit is contained in:
parent
ec67184925
commit
4f564a8059
1 changed files with 16 additions and 7 deletions
23
README.md
23
README.md
|
@ -55,6 +55,7 @@ guest_os="linux"
|
||||||
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
|
disk=128G
|
||||||
|
usb_devices=("046d:082d" "046d:085e")
|
||||||
```
|
```
|
||||||
|
|
||||||
* Use `quickemu` to start the virtual machine:
|
* Use `quickemu` to start the virtual machine:
|
||||||
|
@ -81,6 +82,10 @@ Starting /media/martin/Quickemu/ubuntu-focal-desktop.conf
|
||||||
- Display: SDL
|
- Display: SDL
|
||||||
- smbd: /home/martin will be exported to the guest via smb://10.0.2.4/qemu
|
- smbd: /home/martin will be exported to the guest via smb://10.0.2.4/qemu
|
||||||
- ssh: 22221/tcp is connected. Login via 'ssh user@localhost -p 22221'
|
- ssh: 22221/tcp is connected. Login via 'ssh user@localhost -p 22221'
|
||||||
|
- USB: Device pass-through requested:
|
||||||
|
- Logitech, Inc. HD Pro Webcam C920
|
||||||
|
- Logitech, Inc. Logitech BRIO
|
||||||
|
Requested USB device(s) are accessible.
|
||||||
```
|
```
|
||||||
|
|
||||||
* Complete the installation as normal.
|
* Complete the installation as normal.
|
||||||
|
@ -102,6 +107,7 @@ iso="/media/$USER/Quickemu/windows10/Win10_1909_English_x64.iso"
|
||||||
driver_iso="/media/$USER/Quickemu/windows10/virtio-win-0.1.173.iso"
|
driver_iso="/media/$USER/Quickemu/windows10/virtio-win-0.1.173.iso"
|
||||||
disk_img="/media/$USER/Quickemu/windows10/windows10.qcow2"
|
disk_img="/media/$USER/Quickemu/windows10/windows10.qcow2"
|
||||||
disk=128G
|
disk=128G
|
||||||
|
usb_devices=("046d:082d" "046d:085e")
|
||||||
```
|
```
|
||||||
|
|
||||||
* Use `quickemu` to start the virtual machine:
|
* Use `quickemu` to start the virtual machine:
|
||||||
|
@ -130,6 +136,10 @@ Starting /media/martin/Quickemu/windows10.conf
|
||||||
- Display: SDL
|
- Display: SDL
|
||||||
- smbd: /home/martin will be exported to the guest via smb://10.0.2.4/qemu
|
- smbd: /home/martin will be exported to the guest via smb://10.0.2.4/qemu
|
||||||
- ssh: 22221/tcp is connected. Login via 'ssh user@localhost -p 22221'
|
- ssh: 22221/tcp is connected. Login via 'ssh user@localhost -p 22221'
|
||||||
|
- USB: Device pass-through requested:
|
||||||
|
- Logitech, Inc. HD Pro Webcam C920
|
||||||
|
- Logitech, Inc. Logitech BRIO
|
||||||
|
Requested USB device(s) are accessible.
|
||||||
```
|
```
|
||||||
|
|
||||||
* During the Windows 10 install you will be asked *"Where do you want to install Windows?"*
|
* During the Windows 10 install you will be asked *"Where do you want to install Windows?"*
|
||||||
|
@ -149,7 +159,6 @@ 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.
|
|
||||||
--snapshot apply <tag> : Apply/restore a snapshot.
|
--snapshot apply <tag> : Apply/restore a snapshot.
|
||||||
--snapshot create <tag> : Create a snapshot.
|
--snapshot create <tag> : Create a snapshot.
|
||||||
--snapshot delete <tag> : Delete a snapshot.
|
--snapshot delete <tag> : Delete a snapshot.
|
||||||
|
@ -159,13 +168,13 @@ You can also pass optional parameters
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- [ ] Add USB pass-through support
|
|
||||||
- [ ] Create desktop launcher for a VM
|
- [ ] Create desktop launcher for a VM
|
||||||
- [ ] Improve disk management
|
- [ ] Improve disk management
|
||||||
- [x] Make display configuration more robust
|
- [x] Add USB pass-through support
|
||||||
- [x] Improve stdout presentation
|
|
||||||
- [x] Make disk image optionally size configurable
|
|
||||||
- [x] Improve snapshot management
|
|
||||||
- [x] Fix Virgil 3D on EFI boot
|
- [x] Fix Virgil 3D on EFI boot
|
||||||
- [x] Get QEMU `-audiodev` working for audio input, something like:
|
|
||||||
- [x] Add Windows support
|
- [x] Add Windows support
|
||||||
|
- [x] Get QEMU `-audiodev` working for audio input
|
||||||
|
- [x] Make display configuration more robust
|
||||||
|
- [x] Improve snapshot management
|
||||||
|
- [x] Improve stdout presentation
|
||||||
|
- [x] Make disk image size configurable
|
Loading…
Add table
Add a link
Reference in a new issue