Use standard VGA if an unknown guest OS is presented

This commit is contained in:
Martin Wimpress 2021-09-07 12:37:59 +01:00
parent 57f888ae4c
commit 960056b9d9
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -219,8 +219,9 @@ function vm_boot() {
DISPLAY_DEVICE="qxl-vga" DISPLAY_DEVICE="qxl-vga"
;; ;;
*) *)
echo "ERROR! Unrecognised guest OS: ${guest_os}" echo "WARNING! Unrecognised guest OS: ${guest_os}"
exit DISPLAY_DEVICE="VGA"
VIRGL="off"
;; ;;
esac esac
echo " - Guest: ${guest_os^} optimised" echo " - Guest: ${guest_os^} optimised"