From 9bfc083ef5c46ca34978a769bc5d5b6045eb1ca5 Mon Sep 17 00:00:00 2001 From: Penny Zheng Date: Tue, 23 Jul 2019 17:13:09 +0800 Subject: [PATCH] fedora-rootfs: using fedora 28 on aarch64 For some reason, busybox image crashed on fedora 30 rootfs on aarch64. For now, we will switch back to use fedora 28. Fixes: #334 Signed-off-by: Penny Zheng --- rootfs-builder/fedora/config_aarch64.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rootfs-builder/fedora/config_aarch64.sh diff --git a/rootfs-builder/fedora/config_aarch64.sh b/rootfs-builder/fedora/config_aarch64.sh new file mode 100644 index 0000000000..691aba3178 --- /dev/null +++ b/rootfs-builder/fedora/config_aarch64.sh @@ -0,0 +1,10 @@ +# +# Copyright (c) 2019 ARM Limited +# +# SPDX-License-Identifier: Apache-2.0 + +# image busybox will fail on fedora 30 rootfs image +# see https://github.com/kata-containers/osbuilder/issues/334 for detailed info +OS_VERSION="28" + +MIRROR_LIST="https://mirrors.fedoraproject.org/metalink?repo=fedora-${OS_VERSION}&arch=\$basearch"