Make sure /dev/shm/resolvconf exists 0.7.19
authorMichael Prokop <mika@grml.org>
Mon, 17 Sep 2007 14:39:42 +0000 (16:39 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 17 Sep 2007 14:39:42 +0000 (16:39 +0200)
debian/changelog
grml-autoconfig

index a4cb92b..a45c1d8 100644 (file)
@@ -1,3 +1,9 @@
+grml-autoconfig (0.7.19) unstable; urgency=low
+
+  * Make sure /dev/shm/resolvconf exists.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 16:39:24 +0200
+
 grml-autoconfig (0.7.18) unstable; urgency=low
 
   * config_lvm(): support Debian etch as well
index 4bba09c..581c989 100755 (executable)
@@ -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