Philip Hands <phil@hands.com> - thanks!
* grml/23networking: add support for bootoption noudev so the
udev part in initramfs is skipped as well.
+ * New patch 10_support_ethdevice.dpatch: support setting NIC name
+ via ethdevice. Thanks to Helge Wagner! [Testing: issue724]
- -- Michael Prokop <mika@grml.org> Sat, 05 Sep 2009 00:25:44 +0200
+ -- Michael Prokop <mika@grml.org> Sat, 05 Sep 2009 01:01:38 +0200
live-initramfs (1.157.1-1grml.07) unstable; urgency=low
07_support_findiso.dpatch
08_readonly_devices.dpatch
09_fix_resolvconf_pxeboot.dpatch
+10_support_ethdevice.dpatch
--- /dev/null
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_support_ethdevice.dpatch by <mika@grml.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Support bootoption ethdevice
+
+@DPATCH@
+
+diff --git a/scripts/live b/scripts/live
+index db1d355..797a5da 100755
+--- a/scripts/live
++++ b/scripts/live
+@@ -66,6 +66,11 @@ Arguments ()
+ set -x
+ ;;
+
++ ethdevice=*)
++ DEVICE="${ARGUMENT#ethdevice=}"
++ export DEVICE
++ ;;
++
+ fetch=*)
+ FETCH="${ARGUMENT#fetch=}"
+ export FETCH