Improve ip6 system setup & utilities

This commit is contained in:
Erik Wilson
2019-11-04 11:35:14 -07:00
parent 9823f60605
commit afa9422ad9
3 changed files with 14 additions and 20 deletions

View File

@@ -12,6 +12,9 @@ mkdir -p ${CHARTS_DIR}
curl --compressed -sfL https://github.com/rancher/k3s-root/releases/download/${ROOT_VERSION}/k3s-root-${ARCH}.tar | tar xf -
ln -sf pigz bin/unpigz
for target in iptables iptables-save iptables-restore ip6tables ip6tables-save ip6tables-restore; do
ln -sf xtables-legacy-multi bin/$target
done
mkdir -p bin/aux && rm bin/mount && ln -sf ../busybox bin/aux/mount
TRAEFIK_FILE=traefik-${TRAEFIK_VERSION}.tgz