This commit is contained in:
Philipp Kiemle 2020-05-06 21:23:30 +02:00 committed by Martin Wimpress
parent 7f408e59cf
commit b7f8e859dc

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