aboutsummaryrefslogtreecommitdiff
path: root/scripts/boot-vm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/boot-vm.sh')
-rwxr-xr-xscripts/boot-vm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boot-vm.sh b/scripts/boot-vm.sh
index 82922db..6eb8eea 100755
--- a/scripts/boot-vm.sh
+++ b/scripts/boot-vm.sh
@@ -6,7 +6,7 @@
# - Otherwise, boot from ISO
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
-VM_DISK="$SCRIPT_DIR/../vm/archzfs-test.qcow2"
+VM_DISK="$SCRIPT_DIR/../vm/archangel-test.qcow2"
if [[ -f "$VM_DISK" ]] && [[ $(stat -c%s "$VM_DISK") -gt 200000 ]]; then
# Disk exists and is larger than ~200KB (has been written to)