mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add $virtio_blk to disable VirtIO Block Media
Currently only required for macOS High Sierra and Mojave
This commit is contained in:
parent
f60e92d80e
commit
3527001973
3 changed files with 20 additions and 4 deletions
7
quickget
7
quickget
|
@ -147,6 +147,13 @@ EOF
|
|||
if [ -n "${ISO_FILE}" ]; then
|
||||
echo "fixed_iso=\"${VM_PATH}/${ISO_FILE}\"" >> "${OS}-${RELEASE}.conf"
|
||||
fi
|
||||
|
||||
# VirtIO Block Media doesn't work in High Sierra or Mojave so use SATA
|
||||
case ${RELEASE} in
|
||||
high-sierra|mojave)
|
||||
echo "virtio_blk=\"off\"" >> "${OS}-${RELEASE}.conf"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue