summaryrefslogtreecommitdiffstats
path: root/qemu/launch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/launch.sh')
-rwxr-xr-xqemu/launch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/launch.sh b/qemu/launch.sh
index c99e54e..e85c42e 100755
--- a/qemu/launch.sh
+++ b/qemu/launch.sh
@@ -8,7 +8,7 @@ cd "$gitroot/qemu"
sudo LIBVIRT_DEBUG=1 virsh net-start default 2>&1 | grep -i warning || true
sudo PREFIX=$gitroot/AMDSEV $gitroot/AMDSEV/launch-qemu.sh \
- -hda debian11.qcow2 \
+ -hda guest.qcow2 \
-console serial \
-vnc 1 \
-mem 2024 \