Move changes to scripts/live-premount/readonly into debian patch file
[live-boot-grml.git] / debian / patches / 15_networking_grml.patch
index bb36204..ca1f9c4 100644 (file)
@@ -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