Skip to content

Commit b9593a4

Browse files
authored
Fix warning regarding missing InstallMedia format
1 parent abf6e7e commit b9593a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ qemu-system-x86_64 \
2424
-device ich9-ahci,id=sata \
2525
-drive id=ESP,if=none,format=qcow2,file=ESP.qcow2 \
2626
-device ide-hd,bus=sata.2,drive=ESP \
27-
-drive id=InstallMedia,if=none,file=BaseSystem.img \
27+
-drive id=InstallMedia,format=raw,if=none,file=BaseSystem.img \
2828
-device ide-hd,bus=sata.3,drive=InstallMedia \

0 commit comments

Comments
 (0)