[SCM] live-boot branch, debian, updated. debian/3.0_a34-1

Daniel Baumann daniel at debian.org
Wed Jun 27 12:18:54 UTC 2012


The following commit has been merged in the debian branch:
commit 297a309435665db2053afe08e4af5ea08392ef26
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jun 14 12:37:24 2012 +0200

    Renaming persistent-subtext option into persistent-label and making it define the complete label instead of a custom suffix only.

diff --git a/scripts/boot/cmdline.sh b/scripts/boot/cmdline.sh
index 31f97da..a3781da 100755
--- a/scripts/boot/cmdline.sh
+++ b/scripts/boot/cmdline.sh
@@ -206,10 +206,10 @@ Cmdline ()
 				export PERSISTENCE_STORAGE
 				;;
 
-			persistence-subtext=*)
-				old_root_overlay_label="${old_root_overlay_label}-${_PARAMETER#persistence-subtext=}"
-				old_home_overlay_label="${old_home_overlay_label}-${_PARAMETER#persistence-subtext=}"
-				custom_overlay_label="${custom_overlay_label}-${_PARAMETER#persistence-subtext=}"
+			persistence-label=*)
+				old_root_overlay_label="${_PARAMETER#persistence-label=*}"
+				old_home_overlay_label="${_PARAMETER#persistence-label=*}"
+				custom_overlay_label="${_PARAMETER#persistence-label=*}"
 				;;
 
 			nopersistence)

-- 
live-boot



More information about the debian-live-changes mailing list