]> piware.de Git - bin.git/commitdiff
build-debian-toolbox: Add reference to resolv.conf fix
authorMartin Pitt <martin@piware.de>
Thu, 2 Apr 2020 20:58:30 +0000 (22:58 +0200)
committerMartin Pitt <martin@piware.de>
Thu, 2 Apr 2020 20:58:30 +0000 (22:58 +0200)
build-debian-toolbox

index 3b22f89f3a24e5470ad390f8fae925891434d2ac..250e2f7e2b8ecd3b990f1acf5924de280efaff19 100755 (executable)
@@ -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