mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Use standard VGA if an unknown guest OS is presented
This commit is contained in:
parent
57f888ae4c
commit
960056b9d9
1 changed files with 3 additions and 2 deletions
5
quickemu
5
quickemu
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue