summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-06 19:02:00 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-06 19:02:04 +0200
commit59a83cb48cd1c0f602be3927d8f746b599c4dafe (patch)
tree2cb9f347b9b2d74546cd99aeed489c52ea47ecb7 /scripts
parente243babf191d5b42efe58e90e74a22bd8063be8d (diff)
downloadlive-boot-59a83cb48cd1c0f602be3927d8f746b599c4dafe.tar.gz
live-boot-59a83cb48cd1c0f602be3927d8f746b599c4dafe.zip
Setting persistence label for live-* 3.x persistency to 'persistence', we're not making any difference between full-ov and custom-ov anymore on the filesystem and partition label (it's determined by the contents of live-persistence.conf).
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/boot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boot.sh b/scripts/boot.sh
index e8b7626..9539496 100755
--- a/scripts/boot.sh
+++ b/scripts/boot.sh
@@ -58,7 +58,7 @@ fi
old_root_overlay_label="live-rw"
old_home_overlay_label="home-rw"
-custom_overlay_label="custom-ov"
+custom_overlay_label="persistence"
persistence_list="live-persistence.conf"
if [ ! -f /live.vars ]