summaryrefslogtreecommitdiffstats
path: root/qemu/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/install.sh')
-rwxr-xr-xqemu/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/install.sh b/qemu/install.sh
index a3740cc..068b254 100755
--- a/qemu/install.sh
+++ b/qemu/install.sh
@@ -5,7 +5,7 @@ set -ex
gitroot=$(git rev-parse --show-toplevel)
cd "$gitroot/qemu"
-DISK="debian11.qcow2"
+DISK="guest.qcow2"
DEBIANISO="debian-11.4.0-amd64-DVD-1.iso"
if [ ! -e "$DISK" ]; then