X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F16_nodhcp.dpatch;h=8f52d21fc3fa8271bfdf0488354f4648aad147d6;hb=9487c5d0309c1338c7cde8dba0795381b724b51f;hp=7558a8952472a25872b0de91f1c1bae2f1af2345;hpb=10cf8473cb8adbcff3589f98134b92b164217187;p=live-boot-grml.git diff --git a/debian/patches/16_nodhcp.dpatch b/debian/patches/16_nodhcp.dpatch index 7558a89..8f52d21 100755 --- a/debian/patches/16_nodhcp.dpatch +++ b/debian/patches/16_nodhcp.dpatch @@ -7,14 +7,13 @@ @DPATCH@ diff --git a/scripts/live b/scripts/live -index d79beed..0b698de 100755 +index 5681362..46ef54b 100755 --- a/scripts/live +++ b/scripts/live -@@ -83,7 +83,8 @@ Arguments () - ;; +@@ -88,6 +88,8 @@ Arguments () nodhcp) -- unset DHCP + unset DHCP + NODHCP="Yes" + export NODHCP ;;