X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=grml-autoconfig;h=68961f259ab7b4d23f11e4a66ad4eff9c05d9c8f;hp=335244b29c20556a3b6bd779614cb54b3af77e2e;hb=c787948c5c204d1e02cb87c6d2f556939e3ffc4f;hpb=6fd9cbc23e9308698b855ff18915d57e0ca8810b diff --git a/grml-autoconfig b/grml-autoconfig index 335244b..68961f2 100755 --- a/grml-autoconfig +++ b/grml-autoconfig @@ -76,15 +76,6 @@ if [ -z "$INSTALLED" -a -e /live/cow ] ; then fi fi -# make sure /etc/resolv.conf points to /dev/shm/resolvconf -# and /dev/shm/resolvconf exists: -if [ -z "$INSTALLED" ] && ! [ -d /dev/shm/resolvconf ] ; then - if [[ $(readlink /etc/resolv.conf) == /etc/resolvconf/run/resolv.conf ]] && \ - [[ $(readlink /etc/resolvconf/run) == /dev/shm/resolvconf ]] ; then - mkdir /dev/shm/resolvconf - fi -fi - if [ -z "$SPLASH" ] ; then stage=5 rundebugshell