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 <jianyong.wu@arm.com>
This commit is contained in:
Jianyong Wu 2019-08-28 22:14:18 -04:00
parent 46785d86cc
commit 1eec032c63

View File

@ -5,6 +5,6 @@
# image busybox will fail on fedora 30 rootfs image # image busybox will fail on fedora 30 rootfs image
# see https://github.com/kata-containers/osbuilder/issues/334 for detailed info # 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" MIRROR_LIST="https://mirrors.fedoraproject.org/metalink?repo=fedora-${OS_VERSION}&arch=\$basearch"