1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-29 01:48:35 +02:00

Update basic.sh

This commit is contained in:
notAperson535 2022-01-14 08:56:53 -05:00 committed by GitHub
parent 4d4df6d051
commit 6f7a8ae481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,26 +25,8 @@ qemu-system-x86_64 \
-device ich9-ahci,id=sata \
-drive id=ESP,if=none,format=qcow2,file=ESP.qcow2 \
-device ide-hd,bus=sata.2,drive=ESP \
argument="$1"
case $argument in
-l|--legacy)
-drive id=ESP,if=none,format=qcow2,file=Clover.qcow2 \
;;
-r|--regular)
-drive id=ESP,if=none,format=qcow2,file=ESP.qcow2 \
;;
esac
-drive id=ESP,if=none,format=qcow2,file=ESP.qcow2 \
-drive id=InstallMedia,format=raw,if=none,file=BaseSystem.img \
-device ide-hd,bus=sata.3,drive=InstallMedia \
-drive id=SystemDisk,if=none,file=macOS.qcow2 \
-device ide-hd,bus=sata.4,drive=SystemDisk \
argument="$1"
case $argument in
-l|--legacy)
-drive id=ESP,if=none,format=qcow2,file=Clover.qcow2 \
;;
-r|--regular)
-drive id=ESP,if=none,format=qcow2,file=ESP.qcow2 \
;;
esac