X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F15_networking_grml.patch;h=f8aef45e4a969ef4e0a39d9e91ba82f49aa0463a;hb=61895ec815db2d6dc078873149f7bc8118f9d055;hp=e71fab63bb005e9ce8645c9cfdc0fbeb98f8cde6;hpb=b5809b75c8aabfef185edb36f141019e69f8b3de;p=live-boot-grml.git diff --git a/debian/patches/15_networking_grml.patch b/debian/patches/15_networking_grml.patch index e71fab6..f8aef45 100644 --- a/debian/patches/15_networking_grml.patch +++ b/debian/patches/15_networking_grml.patch @@ -19,7 +19,7 @@ diff a/scripts/live-bottom/23networking_grml b/scripts/live-bottom/23networking_ +Grml_Networking () { + +if [ -n "${NONETWORKING}" ]; then -+ exit 0 ++ return 0 +fi + +modprobe af_packet # req'd for DHCP @@ -105,11 +105,9 @@ diff a/scripts/live-bottom/23networking_grml b/scripts/live-bottom/23networking_ +done + +} -diff --git a/scripts/boot/9990-main.sh b/scripts/boot/9990-main.sh -index ef41fb0..2af5eb6 100755 --- a/scripts/boot/9990-main.sh +++ b/scripts/boot/9990-main.sh -@@ -194,6 +194,8 @@ Main () +@@ -197,6 +197,8 @@ Swap