mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Refactor, and enable, OpenBSD support
This commit is contained in:
parent
94ecb1b3ec
commit
af7348caf6
2 changed files with 18 additions and 23 deletions
3
quickemu
3
quickemu
|
@ -396,9 +396,6 @@ function vm_boot() {
|
|||
if [ "${guest_os}" == "freebsd" ]; then
|
||||
MOUSE="usb-mouse"
|
||||
fi
|
||||
if [ "${guest_os}" == "openbsd" ]; then
|
||||
OUTPUT="gtk"
|
||||
fi
|
||||
if [ -z "${disk_size}" ]; then
|
||||
disk_size="16G"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue