mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add GhostBSD
Includes MATE and XFCE editions.
This commit is contained in:
parent
283927577e
commit
45eaaa08c2
3 changed files with 42 additions and 3 deletions
2
quickemu
2
quickemu
|
@ -470,7 +470,7 @@ function vm_boot() {
|
|||
CPU="${CPU},topoext"
|
||||
fi
|
||||
|
||||
if [ "${guest_os}" == "freebsd" ]; then
|
||||
if [ "${guest_os}" == "freebsd" ] || [ "${guest_os}" == "ghostbsd" ]; then
|
||||
MOUSE="usb-mouse"
|
||||
elif [ "${guest_os}" == "haiku" ]; then
|
||||
MACHINE_TYPE="pc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue