Provide debian/patches/disabled/09_fix_resolvconf_pxeboot.dpatch as 15_remove_resolv_...
authorMichael Prokop <mika@grml.org>
Wed, 1 Dec 2010 23:18:55 +0000 (00:18 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Wed, 1 Dec 2010 23:31:44 +0000 (00:31 +0100)
debian/patches/00list
debian/patches/15_remove_resolv_conf_symlink.dpatch [moved from debian/patches/disabled/09_fix_resolvconf_pxeboot.dpatch with 82% similarity]

index fa78059..8115311 100644 (file)
@@ -8,3 +8,4 @@
 12_uuid_support.dpatch
 13_always_display_warnings_and_failures.dpatch
 14_no_blkid_on_lenny.dpatch
+15_remove_resolv_conf_symlink.dpatch
@@ -1,5 +1,5 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## 09_fix_resolvconf_pxeboot.dpatch by Michael Prokop <mika@grml.org>
+## 15_remove_resolv_conf_symlink.dpatch by Michael Prokop <mika@grml.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: fix resolvconf handling when booting via PXE
 
 @DPATCH@
 diff --git a/scripts/live-bottom/23networking b/scripts/live-bottom/23networking
-index 72aaf12..244eeca 100755
---- a/grml/23networking
-+++ b/grml/23networking
+index 9554b77..70ea6e7 100755
+--- a/scripts/live-bottom/23networking
++++ b/scripts/live-bottom/23networking
 @@ -110,6 +110,11 @@ EOF
        then
                if [ -f /netboot.config ]
                then
 +                      if [ -h /root/etc/resolv.conf ]
 +                      then
-+                              rm /root/etc/resolv.conf
++                              rm /root/etc/resolv.conf
 +                      fi
 +
                        # create a resolv.conf if it is not present or empty