X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F15_networking_grml.patch;fp=debian%2Fpatches%2F15_networking_grml.patch;h=ca1f9c4a98739bc0ac66222dcec49ecc4038d311;hb=8b51f6996425b853e0d0dae42a34aa1be4d37901;hp=fd257e1a3ba8ee44f061adf75075c3786f283e6c;hpb=e992973b92fe19935d5af676c4822a37df80c031;p=live-boot-grml.git diff --git a/debian/patches/15_networking_grml.patch b/debian/patches/15_networking_grml.patch index fd257e1..ca1f9c4 100644 --- a/debian/patches/15_networking_grml.patch +++ b/debian/patches/15_networking_grml.patch @@ -9,10 +9,8 @@ @DPATCH@ diff a/scripts/live-bottom/23networking_grml b/scripts/live-bottom/23networking_grml -Index: b/scripts/live-bottom/23networking_grml -=================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ b/scripts/live-bottom/23networking_grml 2011-07-24 22:08:07.000000000 +0200 +--- /dev/null ++++ b/scripts/live-bottom/23networking_grml @@ -0,0 +1,107 @@ +#!/bin/sh + @@ -81,7 +79,7 @@ Index: b/scripts/live-bottom/23networking_grml + + # 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