X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F11_dhcphostname.patch;h=65b72be9697083d34150a2bee4c62f1bb46a79da;hb=4ab3bcb19af44f09ab482a00993bea892ef70230;hp=dbffc7cbc7771409f50dabdbfe58698120bdc4f4;hpb=8cd0e7a9e961e73abe47b0d5c11d3c3a9cbdf802;p=live-boot-grml.git diff --git a/debian/patches/11_dhcphostname.patch b/debian/patches/11_dhcphostname.patch index dbffc7c..65b72be 100644 --- a/debian/patches/11_dhcphostname.patch +++ b/debian/patches/11_dhcphostname.patch @@ -11,10 +11,12 @@ 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. ---- a/scripts/live -+++ b/scripts/live -@@ -220,6 +220,11 @@ - export NOACCESSIBILITY +Index: live-boot-grml/components/9990-cmdline-old +=================================================================== +--- live-boot-grml.orig/components/9990-cmdline-old 2014-03-08 13:21:20.186833068 +0100 ++++ live-boot-grml/components/9990-cmdline-old 2014-03-08 13:21:20.182833537 +0100 +@@ -140,6 +140,11 @@ + export NFS_COW ;; + nodhcphostname) @@ -22,6 +24,6 @@ This patch takes care of the netboot case. + export NODHCPHOSTNAME + ;; + - nofastboot) - NOFASTBOOT="Yes" - export NOFASTBOOT + nofstab) + NOFSTAB="true" + export NOFSTAB