From 97b5c0538a2c7d21709aa28fb9896ae1505c5170 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 19 Jul 2019 12:21:45 +0200 Subject: [PATCH] use bionic for VM --- vm/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/build.sh b/vm/build.sh index 0f2f86bc..c1940ba9 100755 --- a/vm/build.sh +++ b/vm/build.sh @@ -5,11 +5,11 @@ BASE=`pwd` VERSION=`cd ..;git rev-list HEAD --count` TARGET=${BASE}/pandora-r${VERSION}.vdi -img=xenial-server-cloudimg-amd64-disk1.img +img=bionic-server-cloudimg-amd64.img if [ ! -e $img ]; then echo downloading $img - curl -s -O https://cloud-images.ubuntu.com/xenial/current/$img + curl -s -O https://cloud-images.ubuntu.com/bionic/current/$img fi echo preparing ${TARGET}.img cp -a $img ${TARGET}.img