consolidate network related patches into 15_networking_grml.patch
[live-boot-grml.git] / debian / patches / 11_dhcphostname.patch
diff --git a/debian/patches/11_dhcphostname.patch b/debian/patches/11_dhcphostname.patch
deleted file mode 100644 (file)
index 65b72be..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 11_dhcphostname.dpatch by Andreas Thienemann <andreas@bawue.net>
-## and Michael Prokop <mika@grml.org>
-##
-## 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