From 9487c5d0309c1338c7cde8dba0795381b724b51f Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Fri, 3 Jun 2011 19:29:23 +0200 Subject: [PATCH] Change nodhcp patch to unset the DHCP option as well --- debian/patches/16_nodhcp.dpatch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 ;; -- 2.1.4