Fix patch offsets for quilt patches
[live-boot-grml.git] / debian / patches / 16_nodhcp.patch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 16_nodhcp.dpatch by Ulrich Dangel <mru@grml.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Handle explicit "nodhcp"
6
7 @DPATCH@
8
9 --- a/scripts/live
10 +++ b/scripts/live
11 @@ -93,6 +93,8 @@
12  
13                         nodhcp)
14                                 unset DHCP
15 +                               NODHCP="Yes"
16 +                               export NODHCP
17                                 ;;
18  
19                         ethdevice=*)