Fix patch offsets for quilt patches
[live-boot-grml.git] / debian / patches / 11_dhcphostname.patch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 11_dhcphostname.dpatch by Andreas Thienemann <andreas@bawue.net>
3 ## and Michael Prokop <mika@grml.org>
4 ##
5 ## All lines beginning with `## DP:' are a description of the patch.
6 ## DP: Support disabling setting hostname via DNS info
7
8 @DPATCH@
9
10 Support 'nodhcphostname' option which will disable setting the
11 hostname of the booted system according to the DNS information.
12 This patch takes care of the netboot case.
13
14 --- a/scripts/live
15 +++ b/scripts/live
16 @@ -220,6 +220,11 @@
17                                 export NOACCESSIBILITY
18                                 ;;
19  
20 +                       nodhcphostname)
21 +                               NODHCPHOSTNAME="Yes"
22 +                               export NODHCPHOSTNAME
23 +                               ;;
24 +
25                         nofastboot)
26                                 NOFASTBOOT="Yes"
27                                 export NOFASTBOOT