[SCM] live-initramfs branch, master, updated. 1.157.4-1-11-gfc2a897

Daniel Baumann daniel at debian.org
Mon Oct 26 11:57:54 UTC 2009


The following commit has been merged in the master branch:
commit fc2a897f0bfc5430f096af78e7ea4394d753d2c2
Author: Michael Prokop <mika at grml.org>
Date:   Mon Oct 26 12:52:35 2009 +0100

    Adding support for ethdevice bootoption.

diff --git a/scripts/live b/scripts/live
index e6fda49..c03460f 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

-- 
live-initramfs



More information about the debian-live-changes mailing list