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-18 07:48:09 -05:00 committed by GitHub
parent 6f7a8ae481
commit d408d676f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,6 @@ 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 \
-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 \