X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=grml-autoconfig;h=581c9894a42938dea7f9088bc823d42e00c1e0b3;hp=4bba09c555c115912610212f51490081574bd6e6;hb=9f0c4ad4e681c151bedafff63575e622eedc8a67;hpb=27166253cb87763df129f47c1a3bff0b22a7b1f9 diff --git a/grml-autoconfig b/grml-autoconfig index 4bba09c..581c989 100755 --- a/grml-autoconfig +++ b/grml-autoconfig @@ -76,6 +76,15 @@ 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" ] ; 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