]> piware.de Git - bin.git/blobdiff - build-debian-toolbox
build-devtoolbox: Fix resolv.conf link
[bin.git] / build-debian-toolbox
index f978ee15d039244977337ede51e6bc00a217db75..e1b8578374ac79ecb3d414890bb2b4692e93314e 100755 (executable)
@@ -10,11 +10,6 @@ toolbox -y create -c $RELEASE --image docker.io/$DISTRO:$RELEASE
 # can't do that with toolbox run yet, as we need to install sudo first
 podman start $RELEASE
 podman exec -it $RELEASE sh -exc '
-# https://bugzilla.redhat.com/show_bug.cgi?id=1785244, https://github.com/containers/toolbox/pull/380
-if [ ! -e /etc/resolv.conf ]; then
-    ln -sfn /run/host/monitor/resolv.conf /etc/resolv.conf
-fi
-
 # go-faster apt/dpkg
 echo force-unsafe-io > /etc/dpkg/dpkg.cfg.d/unsafe-io