Skip to content

Commit

Permalink
Adding support for ethdevice bootoption.
Browse files Browse the repository at this point in the history
  • Loading branch information
mika authored and daniel-baumann committed Jan 31, 2010
1 parent 97846cf commit edb25b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/live
Expand Up @@ -66,6 +66,11 @@ Arguments ()
set -x
;;

ethdevice=*)
DEVICE="${ARGUMENT#ethdevice=}"
export DEVICE
;;

fetch=*)
FETCH="${ARGUMENT#fetch=}"
export FETCH
Expand Down

0 comments on commit edb25b9

Please sign in to comment.