[SCM] live-boot branch, debian, updated. debian/2.0_a11-1-7-ge2ba97a

Daniel Baumann daniel at debian.org
Wed Jul 7 18:16:23 UTC 2010


The following commit has been merged in the debian branch:
commit 4b9610afefe6bf1be7a30593646530819b353a7d
Author: Marco Amadori <amadorim at vdavda.com>
Date:   Wed Jul 7 11:39:12 2010 +0200

    Removing unreachable code in ethdevice argument handling (Closes: #588307).

diff --git a/scripts/live b/scripts/live
index 3a6094f..11ad984 100755
--- a/scripts/live
+++ b/scripts/live
@@ -88,12 +88,8 @@ Arguments ()
 
 			ethdevice=*)
 				DEVICE="${ARGUMENT#ethdevice=}"
-				export DEVICE
-				;;
-
-			ethdevice=*)
-				ETHDEVICE="${ARGUMENT#ethdevice=}"
-				export ETHDEVICE
+				ETHDEVICE="${DEVICE}"
+				export DEVICE ETHDEVICE
 				;;
 
 			ethdevice-timeout=*)

-- 
live-boot



More information about the debian-live-changes mailing list