Update boot.sh
This commit is contained in:
parent
286e864a3d
commit
bef25c3cd4
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ case "${BOOT_MODE,,}" in
|
|||
VARS="AAVMF_VARS.ms.fd"
|
||||
;;
|
||||
windows_legacy)
|
||||
USB="usb-ehci,id=ehci"
|
||||
USB="usb-ehci,id=ehci"
|
||||
BOOT_OPTS=""
|
||||
;;
|
||||
legacy)
|
||||
|
|
@ -35,7 +35,7 @@ case "${BOOT_MODE,,}" in
|
|||
;;
|
||||
*)
|
||||
info "Unknown boot mode '${BOOT_MODE}', defaulting to 'legacy'"
|
||||
BOOT_MODE="legacy"
|
||||
BOOT_MODE="legacy"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue