From d5c6f16960bf073b56913e99a595a6169a9f0072 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Fri, 10 Dec 2021 15:24:40 -0500 Subject: [PATCH] Update basic.sh --- basic.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basic.sh b/basic.sh index add14b5..ba63acf 100755 --- a/basic.sh +++ b/basic.sh @@ -26,3 +26,5 @@ qemu-system-x86_64 \ -device ide-hd,bus=sata.2,drive=ESP \ -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 \