From e17a0ca24ac16aa4071f7a4d36a537e1e812e9f3 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 29 Sep 2022 11:08:32 +0200 Subject: [PATCH] init-runonce: use CirrOS 0.6.0 CirrOS 0.6.0 was released yesterday. Has newer kernel and userspace, better network configuration (more IPv6 stuff) and some other improvements. Change-Id: Ife7767904efe64602531fa3eb163c78260650909 --- tools/init-runonce | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/init-runonce b/tools/init-runonce index 5f18a377d1..e3336a43d3 100755 --- a/tools/init-runonce +++ b/tools/init-runonce @@ -19,9 +19,10 @@ fi # to be created. ARCH=$(uname -m) +CIRROS_RELEASE=0.6.0 IMAGE_PATH=/opt/cache/files/ -IMAGE_URL=https://github.com/cirros-dev/cirros/releases/download/0.5.1/ -IMAGE=cirros-0.5.1-${ARCH}-disk.img +IMAGE_URL=https://github.com/cirros-dev/cirros/releases/download/${CIRROS_RELEASE}/ +IMAGE=cirros-${CIRROS_RELEASE}-${ARCH}-disk.img IMAGE_NAME=cirros IMAGE_TYPE=linux