diff options
Diffstat (limited to 'qemu/install.sh')
| -rwxr-xr-x | qemu/install.sh | 2 |
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 |
