X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=grml-autoconfig;h=335244b29c20556a3b6bd779614cb54b3af77e2e;hp=4bba09c555c115912610212f51490081574bd6e6;hb=f4e274b64189cf0e000bcf71f9ce098ebce9cdea;hpb=27166253cb87763df129f47c1a3bff0b22a7b1f9 diff --git a/grml-autoconfig b/grml-autoconfig index 4bba09c..335244b 100755 --- a/grml-autoconfig +++ b/grml-autoconfig @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Sam Sep 08 12:15:12 CEST 2007 [mika] +# Latest change: Mon Sep 17 17:39:29 CEST 2007 [mika] ################################################################################ # http://wiki.debian.org/LSBInitScripts => @@ -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" ] && ! [ -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