[SCM] live-boot branch, tmp-persistent-custom, updated. debian/3.0_a25-1-30-g5fc05fe

Tails developers amnesia at boum.org
Thu Feb 16 14:58:06 UTC 2012


The following commit has been merged in the tmp-persistent-custom branch:
commit 77ebac1f37c61bedacb7f8473c97ac00ec3f53f5
Author: Tails developers <amnesia at boum.org>
Date:   Tue Feb 14 16:35:52 2012 +0100

    Refactor some global variables from live into live-helpers.

diff --git a/scripts/live b/scripts/live
index f0106fb..72b05d1 100755
--- a/scripts/live
+++ b/scripts/live
@@ -11,12 +11,6 @@ mountpoint="/live/image"
 alt_mountpoint="/media"
 LIVE_MEDIA_PATH="live"
 
-root_overlay_label="full-ov"
-custom_overlay_label="custom-ov"
-root_snapshot_label="live-sn"
-home_snapshot_label="home-sn"
-persistence_list="live.persist"
-
 USERNAME="user"
 USERFULLNAME="Live user"
 HOSTNAME="host"
diff --git a/scripts/live-helpers b/scripts/live-helpers
index c737246..13e1541 100644
--- a/scripts/live-helpers
+++ b/scripts/live-helpers
@@ -15,6 +15,12 @@ else
 	udevinfo='udevinfo'
 fi
 
+root_overlay_label="full-ov"
+custom_overlay_label="custom-ov"
+root_snapshot_label="live-sn"
+home_snapshot_label="home-sn"
+persistence_list="live.persist"
+
 Arguments ()
 {
 	PRESEEDS=""

-- 
live-boot



More information about the debian-live-changes mailing list