[SCM] live-boot branch, debian-next, updated. debian/3.0_a29-1-13-g4a4235c

Daniel Baumann daniel at debian.org
Tue Jun 5 16:53:44 UTC 2012


The following commit has been merged in the debian-next branch:
commit 4a4235cdec06b1520d4cef3104d9e93a66d148cc
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jun 5 18:53:43 2012 +0200

    Removing exporting of variables for reviewed options in the cmdline function, not required.

diff --git a/scripts/boot/cmdline.sh b/scripts/boot/cmdline.sh
index fb4e0cb..e5f7ce1 100755
--- a/scripts/boot/cmdline.sh
+++ b/scripts/boot/cmdline.sh
@@ -9,17 +9,14 @@ Cmdline ()
 		case "${_PARAMETER}" in
 			live-boot.read-only|read-only)
 				LIVE_READ_ONLY="true"
-				export LIVE_READ_ONLY
 				;;
 
 			live-boot.swapon)
 				LIVE_SWAPON="true"
-				export LIVE_SWAPON
 				;;
 
 			live-boot.verify-checksums|verify-checksums)
 				LIVE_VERIFY_CHECKSUMS="true"
-				export LIVE_VERIFY_CHECKSUMS
 				;;
 
 			# Special options

-- 
live-boot



More information about the debian-live-changes mailing list