]> piware.de Git - bin.git/blobdiff - build-debian-toolbox
build-debian-toolbox: Add reference to resolv.conf fix
[bin.git] / 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