From 1eec032c63966337a66ffc3f30961d1017d94a07 Mon Sep 17 00:00:00 2001 From: Jianyong Wu Date: Wed, 28 Aug 2019 22:14:18 -0400 Subject: [PATCH] rootfs: update fedora to 29 for arm64. there is issue in fedora:28 when start systemd service. update fedora to 29 will bypass this issue. Fixes: #349 Signed-off-by: Jianyong Wu --- rootfs-builder/fedora/config_aarch64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs-builder/fedora/config_aarch64.sh b/rootfs-builder/fedora/config_aarch64.sh index 691aba3178..42126f34c5 100644 --- a/rootfs-builder/fedora/config_aarch64.sh +++ b/rootfs-builder/fedora/config_aarch64.sh @@ -5,6 +5,6 @@ # image busybox will fail on fedora 30 rootfs image # see https://github.com/kata-containers/osbuilder/issues/334 for detailed info -OS_VERSION="28" +OS_VERSION="29" MIRROR_LIST="https://mirrors.fedoraproject.org/metalink?repo=fedora-${OS_VERSION}&arch=\$basearch"