X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpatches%2F15_networking_grml.patch;h=ca1f9c4a98739bc0ac66222dcec49ecc4038d311;hb=95fb70f1ac45cccc8db0ee62781954f78b0b064f;hp=bb36204b03c79de49afac9d70460a7fa6ec63bb4;hpb=bc1b3916313d325ce0a2c7b67c1f19498238c44e;p=live-boot-grml.git diff --git a/debian/patches/15_networking_grml.patch b/debian/patches/15_networking_grml.patch index bb36204..ca1f9c4 100644 --- a/debian/patches/15_networking_grml.patch +++ b/debian/patches/15_networking_grml.patch @@ -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