mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Correct MAC_DISK_DEV
This commit is contained in:
parent
bd3b24ee71
commit
9611080f50
1 changed files with 2 additions and 2 deletions
4
quickemu
4
quickemu
|
@ -137,7 +137,7 @@ function vm_boot() {
|
|||
local GUEST_TWEAKS=""
|
||||
local HOST_CPU=""
|
||||
local MAC_MISSING=""
|
||||
local MAC_VIRTIO_BLK="ide-hd,bus=ahci.2"
|
||||
local MAC_DISK_DEV="ide-hd,bus=ahci.2"
|
||||
local NET_DEVICE="virtio-net"
|
||||
local OSK=""
|
||||
local QEMU_VER=""
|
||||
|
@ -222,7 +222,7 @@ function vm_boot() {
|
|||
|
||||
# Tune Qemu optimisations based on the macOS release, or fallback to lowest
|
||||
# common supported options if none is specificed.
|
||||
# * VirtIO Block Media doesn't work in High Sierra or Mojave
|
||||
# * VirtIO Block Media doesn't work in High Sierra (at all) or the Mojave (Recovery Image)
|
||||
# * VirtIO Network is supported in Big Sur
|
||||
# * VirtIO Memory Balloning is supported in Big Sur (https://pmhahn.github.io/virtio-balloon/)
|
||||
# * VirtIO RNG is supported in Big Sur, but exposed to all guests.
|
||||
|
|
Loading…
Reference in a new issue