fixed the wrong disk

This commit is contained in:
cvoges12 2021-09-28 04:55:08 +00:00
parent 7659e206df
commit 884f96dcd1
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ qemu-system-x86_64 \
-m 4G \
-boot d \
-cdrom Win*.iso \
-drive file=/dev/sda,format=raw,cache=none,if=virtio \
-drive file=/dev/sdb,format=raw,cache=none,if=virtio \
-vga virtio \
-monitor stdio