Renaming persistent-subtext option into persistent-label and making it define the...
authorDaniel Baumann <daniel@debian.org>
Thu, 14 Jun 2012 10:37:24 +0000 (12:37 +0200)
committerDaniel Baumann <daniel@debian.org>
Thu, 14 Jun 2012 10:37:24 +0000 (12:37 +0200)
scripts/boot/cmdline.sh

index 31f97da..a3781da 100755 (executable)
@@ -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)