From 5020118e6c6744ef26f01dab015295c7baadecaa Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 26 Oct 2009 12:52:35 +0100 Subject: [PATCH] Adding support for ethdevice bootoption. --- scripts/live | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/live b/scripts/live index fa76eb1..9bbf8be 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 -- 2.1.4