]> piware.de Git - bin.git/blobdiff - build-devtoolbox
build-*-toolbox: Drop resolv.conf workaround
[bin.git] / build-devtoolbox
index ce814a6defe77ba320515fca445436ccd0b9ef63..22537302b880521a0c996e36b9ee3225665f062f 100755 (executable)
@@ -14,11 +14,6 @@ yes | toolbox create $RELEASE -c $NAME
 
 # install cockpit's build deps and other development tools
 toolbox run -c "$NAME" sh -exc '
-# https://bugzilla.redhat.com/show_bug.cgi?id=1785244
-if [ ! -e /etc/resolv.conf ]; then
-    sudo ln -sfn /run/host/monitor/resolv.conf /etc/resolv.conf
-fi
-
 # useful hostname
 . /etc/os-release
 echo "${ID}-${VERSION_ID}" | sudo tee /etc/hostname