1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 10_support_ethdevice.dpatch by <mika@grml.org>
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Support bootoption ethdevice
9 diff --git a/scripts/live b/scripts/live
10 index db1d355..797a5da 100755
13 @@ -66,6 +66,11 @@ Arguments ()
18 + DEVICE="${ARGUMENT#ethdevice=}"
23 FETCH="${ARGUMENT#fetch=}"