mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Always boot macOS via OpenCore
This commit is contained in:
parent
7553e77b11
commit
d49bcb3452
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -665,7 +665,7 @@ function vm_boot() {
|
||||||
if [ "${guest_os}" == "macos" ]; then
|
if [ "${guest_os}" == "macos" ]; then
|
||||||
# shellcheck disable=SC2054
|
# shellcheck disable=SC2054
|
||||||
args+=(-device ahci,id=ahci
|
args+=(-device ahci,id=ahci
|
||||||
-device ide-hd,bus=ahci.0,drive=BootLoader
|
-device ide-hd,bus=ahci.0,drive=BootLoader,bootindex=0
|
||||||
-drive id=BootLoader,if=none,format=qcow2,file="${MAC_BOOTLOADER}")
|
-drive id=BootLoader,if=none,format=qcow2,file="${MAC_BOOTLOADER}")
|
||||||
|
|
||||||
if [ -n "${img}" ]; then
|
if [ -n "${img}" ]; then
|
||||||
|
|
Loading…
Reference in a new issue