consolidate network related patches into 15_networking_grml.patch
[live-boot-grml.git] / debian / patches / 16_nodhcp.patch
diff --git a/debian/patches/16_nodhcp.patch b/debian/patches/16_nodhcp.patch
deleted file mode 100644 (file)
index a50cf82..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 16_nodhcp.dpatch by Ulrich Dangel <mru@grml.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Handle explicit "nodhcp"
-
-@DPATCH@
-
-Index: live-boot-grml/components/9990-cmdline-old
-===================================================================
---- live-boot-grml.orig/components/9990-cmdline-old    2014-03-08 13:28:01.059812396 +0100
-+++ live-boot-grml/components/9990-cmdline-old 2014-03-08 13:28:01.055812866 +0100
-@@ -33,6 +33,8 @@
-                       nodhcp)
-                               DHCP=""
-                               export DHCP
-+                              NODHCP="Yes"
-+                              export NODHCP
-                               ;;
-                       ethdevice=*)