X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F11_dhcphostname.patch;h=965b3ac3251f0eb34ed259afef29d15f30394b8e;hb=1aa780ac2a7a1b66d33ac1e142d84ff149b5edf0;hp=c00a8b874f2b1880a186343511357341e3200e62;hpb=11575c6aee0916c918b1e4e98731566d20586df9;p=live-boot-grml.git diff --git a/debian/patches/11_dhcphostname.patch b/debian/patches/11_dhcphostname.patch index c00a8b8..965b3ac 100644 --- a/debian/patches/11_dhcphostname.patch +++ b/debian/patches/11_dhcphostname.patch @@ -11,12 +11,10 @@ Support 'nodhcphostname' option which will disable setting the hostname of the booted system according to the DNS information. This patch takes care of the netboot case. -Index: b/scripts/live -=================================================================== ---- a/scripts/live 2011-07-24 22:07:59.000000000 +0200 -+++ b/scripts/live 2011-07-24 22:08:02.000000000 +0200 -@@ -220,6 +220,11 @@ - export NOACCESSIBILITY +--- a/scripts/boot/9990-cmdline-old ++++ b/scripts/boot/9990-cmdline-old +@@ -140,6 +140,11 @@ Cmdline_old () + export NFS_COW ;; + nodhcphostname) @@ -24,6 +22,6 @@ Index: b/scripts/live + export NODHCPHOSTNAME + ;; + - nofastboot) - NOFASTBOOT="Yes" - export NOFASTBOOT + nofstab) + NOFSTAB="true" + export NOFSTAB