summaryrefslogtreecommitdiff
path: root/createvm.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-02 10:20:16 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-02 10:20:16 +0100
commit1cda6e8a37ade183945e12729b79f5d8637cd319 (patch)
tree84ed46b9b1647ed55191c0928ff9fc4f90fd16e6 /createvm.sh
parentcae3f268e4c29425fb2713f6d917dcdc1317ff8a (diff)
downloadarchauto32-1cda6e8a37ade183945e12729b79f5d8637cd319.tar.gz
archauto32-1cda6e8a37ade183945e12729b79f5d8637cd319.tar.bz2
tested 2018.02.01 iso
Diffstat (limited to 'createvm.sh')
-rwxr-xr-xcreatevm.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/createvm.sh b/createvm.sh
index 676805b..3b9ef0b 100755
--- a/createvm.sh
+++ b/createvm.sh
@@ -22,7 +22,7 @@ wait_for_vm_to_stop() {
done
}
-mount -o loop,ro mirror/archisos/archlinux-2018.01.01-i686.iso archiso
+mount -o loop,ro mirror/archisos/archlinux-2018.02.01-i686.iso archiso
#cp archiso/arch/boot/i686/vmlinuz .
#cp archiso/arch/boot/i686/archiso.img .
@@ -53,3 +53,4 @@ virsh start ${NAME}
rm -f ${NAME}-new.xml ${NAME}.xml
#pkill darkhttpd
+umount archiso