From 297a309435665db2053afe08e4af5ea08392ef26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 14 Jun 2012 12:37:24 +0200 Subject: [PATCH] Renaming persistent-subtext option into persistent-label and making it define the complete label instead of a custom suffix only. --- scripts/boot/cmdline.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) -- 2.1.4