get rid of the /dev/shm/resolvconf workaround 0.7.21
authorMichael Prokop <mika@grml.org>
Mon, 17 Sep 2007 20:12:19 +0000 (22:12 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 17 Sep 2007 20:12:19 +0000 (22:12 +0200)
debian/changelog
grml-autoconfig

index 0b52b6f..05b11c8 100644 (file)
@@ -1,3 +1,10 @@
+grml-autoconfig (0.7.21) unstable; urgency=low
+
+  * And finally get rid of the /dev/shm/resolvconf workaround again.
+    We have to solve it in the chroot builder.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 22:11:48 +0200
+
 grml-autoconfig (0.7.20) unstable; urgency=low
 
   * Improve check for presence of /dev/shm/resolvconf.
index 335244b..68961f2 100755 (executable)
@@ -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