Adjust 15_networking_grml.patch + 27_support_static_ip.patch for klibc's ipconfig...
[live-boot-grml.git] / debian / patches / 15_networking_grml.patch
old mode 100755 (executable)
new mode 100644 (file)
index 81b4c0d..ca1f9c4
@@ -79,7 +79,7 @@ diff a/scripts/live-bottom/23networking_grml b/scripts/live-bottom/23networking_
 +
 +    # NODHCP or a previously run ipconfig mean that ifupdown should never
 +    # touch this interface (IP-stack wise).
-+    netconfig=/tmp/net-${interface}.conf
++    netconfig=/run/net-${interface}.conf
 +    if [ -n "$NODHCP" ] || [ -e "${netconfig}" ]; then
 +        method="manual"
 +    fi
@@ -119,4 +119,3 @@ diff a/scripts/live-bottom/23networking_grml b/scripts/live-bottom/23networking_
 +
 +    echo>> $IFFILE
 +done
-+