From: Martin Pitt Date: Thu, 19 Dec 2019 13:41:04 +0000 (+0100) Subject: build-devtoolbox: Add bug ref for resolv.conf hack X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=1ce407d0ebcf0fb759c936ec711ff8db5323a7b7;ds=sidebyside build-devtoolbox: Add bug ref for resolv.conf hack --- diff --git a/build-devtoolbox b/build-devtoolbox index 0e33c43..fa42dc5 100755 --- a/build-devtoolbox +++ b/build-devtoolbox @@ -14,6 +14,7 @@ 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