From d7ccc7f0cf4bdc4d68b199408d81e2925074c763 Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Wed, 18 Jan 2023 17:59:04 -0800 Subject: [PATCH] flannel symlink is no longer needed The cni-plugin-flannel package has fixed the filename in https://gitlab.alpinelinux.org/alpine/aports/-/commit/3c538f8ebbabad58615ea6d2eac4abbee3a02555 So the symlink will get overridden anyways, as soon as the package is installed. Signed-off-by: Jan Dubois --- genapkovl-lima.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/genapkovl-lima.sh b/genapkovl-lima.sh index 55e015e..facda31 100755 --- a/genapkovl-lima.sh +++ b/genapkovl-lima.sh @@ -221,8 +221,6 @@ if [ "${LIMA_INSTALL_CNI_PLUGIN_FLANNEL}" == "true" ]; then if [ "$(uname -m)" == "aarch64" ]; then ARCH=arm64 fi - mkdir -p "${tmp}/usr/libexec/cni" - ln -s "flannel-${ARCH}" "${tmp}/usr/libexec/cni/flannel" fi if [ "${LIMA_INSTALL_CURL}" == "true" ]; then