1fe12820f3e5e609462fff88abb09c36b97162e2
[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/boot/9990-cmdline-old
10 +++ b/scripts/boot/9990-cmdline-old
11 @@ -33,6 +33,8 @@
12                         nodhcp)
13                                 DHCP=""
14                                 export DHCP
15 +                               NODHCP="Yes"
16 +                               export NODHCP
17                                 ;;
18  
19                         ethdevice=*)