mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
eadb671b59
2 changed files with 4 additions and 3 deletions
|
@ -47,7 +47,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_img="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.qcow2"
|
||||
disk=128G
|
||||
```
|
||||
|
||||
|
@ -99,4 +99,4 @@ You can also pass optional parameters
|
|||
- [x] Improve snapshot management
|
||||
- [ ] Create desktop launcher for a VM
|
||||
- [x] Fix Virgil 3D on EFI boot
|
||||
- [x] Get QEMU `-audiodev` working for audio input, something like:
|
||||
- [x] Get QEMU `-audiodev` working for audio input, something like:
|
||||
|
|
3
quickemu
3
quickemu
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
export LC_ALL=C
|
||||
|
||||
function disk_delete() {
|
||||
if [ -e "${disk_img}" ]; then
|
||||
|
@ -362,4 +363,4 @@ if [ -n "${SNAPSHOT_ACTION}" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
vm_boot
|
||||
vm_boot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue