mirror of
https://github.com/foxlet/macOS-Simple-KVM
synced 2024-11-10 05:54:13 +00:00
[CONF] Enable explicit format=raw.
Fix warning regarding missing InstallMedia format.
This commit is contained in:
commit
a5aaba14bf
1 changed files with 1 additions and 1 deletions
2
basic.sh
2
basic.sh
|
@ -24,5 +24,5 @@ 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=InstallMedia,if=none,file=BaseSystem.img \
|
||||
-drive id=InstallMedia,format=raw,if=none,file=BaseSystem.img \
|
||||
-device ide-hd,bus=sata.3,drive=InstallMedia \
|
||||
|
|
Loading…
Reference in a new issue