Update boot.sh
This commit is contained in:
parent
21c2be21b1
commit
04a48f54a8
1 changed files with 4 additions and 4 deletions
|
@ -10,22 +10,22 @@ BOOT_DESC=""
|
|||
DIR="/usr/share/qemu"
|
||||
|
||||
case "${BOOT_MODE,,}" in
|
||||
uefi)
|
||||
"uefi" )
|
||||
ROM="AAVMF_CODE.no-secboot.fd"
|
||||
VARS="AAVMF_VARS.fd"
|
||||
;;
|
||||
secure)
|
||||
"secure" )
|
||||
SECURE="on"
|
||||
BOOT_DESC=" securely"
|
||||
ROM="AAVMF_CODE.secboot.fd"
|
||||
VARS="AAVMF_VARS.fd"
|
||||
;;
|
||||
windows)
|
||||
"windows" )
|
||||
ROM="AAVMF_CODE.no-secboot.fd"
|
||||
VARS="AAVMF_VARS.fd"
|
||||
BOOT_OPTS="-rtc base=localtime"
|
||||
;;
|
||||
windows_secure)
|
||||
"windows_secure" )
|
||||
SECURE="on"
|
||||
BOOT_DESC=" securely"
|
||||
ROM="AAVMF_CODE.ms.fd"
|
||||
|
|
Loading…
Reference in a new issue