This commit is contained in:
Philipp Kiemle 2020-05-06 21:23:30 +02:00
parent 8618421abb
commit 637fcfe439

View File

@ -168,7 +168,7 @@ function vm_boot() {
# Force to lowercase.
boot=$(echo ${boot,,})
# A;ways Boot macOS using EFI
# Always Boot macOS using EFI
if [ "${guest_os}" == "macos" ]; then
boot="efi"
fi