Change nodhcp patch to unset the DHCP option as well
authorUlrich Dangel <mru@grml.org>
Fri, 3 Jun 2011 17:29:23 +0000 (19:29 +0200)
committerUlrich Dangel <mru@grml.org>
Sat, 4 Jun 2011 23:52:32 +0000 (01:52 +0200)
debian/patches/16_nodhcp.dpatch

index 7558a89..8f52d21 100755 (executable)
@@ -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
                                ;;