From e243babf191d5b42efe58e90e74a22bd8063be8d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 6 Jun 2012 18:29:07 +0200 Subject: Dropping snapshot functionality, superseeded by awesome custom mount persistence. See the following threads for more information: * http://lists.debian.org/debian-live/2012/04/msg00110.html * http://lists.debian.org/debian-live/2012/06/msg00039.html --- scripts/boot/cmdline.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'scripts/boot/cmdline.sh') diff --git a/scripts/boot/cmdline.sh b/scripts/boot/cmdline.sh index 296d1f7..669f5bc 100755 --- a/scripts/boot/cmdline.sh +++ b/scripts/boot/cmdline.sh @@ -210,9 +210,6 @@ Cmdline () 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=}" - root_snapshot_label="${root_snapshot_label}-${_PARAMETER#persistence-subtext=}" - old_root_snapshot_label="${root_snapshot_label}-${_PARAMETER#persistence-subtext=}" - home_snapshot_label="${home_snapshot_label}-${_PARAMETER#persistence-subtext=}" ;; nopersistence) @@ -337,7 +334,7 @@ Cmdline () if [ -z "${PERSISTENCE_METHOD}" ] then - PERSISTENCE_METHOD="snapshot,overlay" + PERSISTENCE_METHOD="overlay" export PERSISTENCE_METHOD fi -- cgit v1.2.3