]> piware.de Git - bin.git/commitdiff
build-devtoolbox: Add bug ref for resolv.conf hack
authorMartin Pitt <martin@piware.de>
Thu, 19 Dec 2019 13:41:04 +0000 (14:41 +0100)
committerMartin Pitt <martin@piware.de>
Thu, 19 Dec 2019 13:41:04 +0000 (14:41 +0100)
build-devtoolbox

index 0e33c43e1a293d9440212a9c2f7d796ee436ff58..fa42dc557234a93e647dc5997ae12b2870749b35 100755 (executable)
@@ -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