Add GhostBSD

Includes MATE and XFCE editions.
This commit is contained in:
Martin Wimpress 2022-02-21 23:32:50 +00:00
parent 283927577e
commit 45eaaa08c2
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3
3 changed files with 42 additions and 3 deletions

View file

@ -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"