From caf8ad910fab98e518543b4f312c26d4c0530d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Tue, 28 Apr 2020 07:21:45 +0200 Subject: [PATCH] Bump Ubuntu image to 20.04 --- ubuntu-build-opennebula-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-build-opennebula-image.sh b/ubuntu-build-opennebula-image.sh index 6535f66..aab408b 100644 --- a/ubuntu-build-opennebula-image.sh +++ b/ubuntu-build-opennebula-image.sh @@ -9,7 +9,7 @@ set -e set -x # XXX: Handle command-line arguments? -RELEASE=eoan # 19.10 +RELEASE=focal # 20.04 ARCH=amd64 IMAGE_PATH=ubuntu-$RELEASE-$(date --iso-8601).img.qcow2 IMAGE_SIZE=10G