X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F11_dhcphostname.patch;fp=debian%2Fpatches%2F11_dhcphostname.patch;h=0000000000000000000000000000000000000000;hb=a28e74b88e4e4e27f8d67d3bf6a2c96f33614e43;hp=65b72be9697083d34150a2bee4c62f1bb46a79da;hpb=4ab3bcb19af44f09ab482a00993bea892ef70230;p=live-boot-grml.git diff --git a/debian/patches/11_dhcphostname.patch b/debian/patches/11_dhcphostname.patch deleted file mode 100644 index 65b72be..0000000 --- a/debian/patches/11_dhcphostname.patch +++ /dev/null @@ -1,29 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 11_dhcphostname.dpatch by Andreas Thienemann -## and Michael Prokop -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Support disabling setting hostname via DNS info - -@DPATCH@ - -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: 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) -+ NODHCPHOSTNAME="Yes" -+ export NODHCPHOSTNAME -+ ;; -+ - nofstab) - NOFSTAB="true" - export NOFSTAB