From 884f96dcd15f7d0b956f308789c467436cdab293 Mon Sep 17 00:00:00 2001 From: cvoges12 Date: Tue, 28 Sep 2021 04:55:08 +0000 Subject: [PATCH] fixed the wrong disk --- tests/disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/disk.sh b/tests/disk.sh index e8edb7c..4a5c101 100755 --- a/tests/disk.sh +++ b/tests/disk.sh @@ -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