From: Martin Pitt Date: Thu, 2 Apr 2020 20:58:30 +0000 (+0200) Subject: build-debian-toolbox: Add reference to resolv.conf fix X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=ed3619520fbe5cf5cee8f97120e6f8a5cb833bca build-debian-toolbox: Add reference to resolv.conf fix --- diff --git a/build-debian-toolbox b/build-debian-toolbox index 3b22f89..250e2f7 100755 --- a/build-debian-toolbox +++ b/build-debian-toolbox @@ -10,7 +10,7 @@ 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://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