X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=build-devtoolbox;h=a2f8c2f891d029e4e021786fa5f9137c19656e78;hp=3bb60a8c7ce6e25973705786881db5238147a2cc;hb=2c371586d935a3d583f5598d56b3f293fe93a016;hpb=d801488bcc51ec358933b9d5b4ec3cc811cf094b diff --git a/build-devtoolbox b/build-devtoolbox index 3bb60a8..a2f8c2f 100755 --- a/build-devtoolbox +++ b/build-devtoolbox @@ -14,6 +14,10 @@ yes | toolbox create $RELEASE -c $NAME # install cockpit's build deps and other development tools toolbox run -c "$NAME" sh -exc ' +if [ ! -e /etc/resolv.conf ]; then + sudo ln -sfn /run/host/monitor/resolv.conf /etc/resolv.conf +fi + # this just refuses to rpm -i normally sudo dnf install -y cpio rpm2cpio ~martin/Dokumente/Arbeit/RedHat/redhat-internal-cert-install-0.1-7.el7.csb.noarch.rpm | sudo cpio -id --directory=/ --verbose "./etc/pki/*"