summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTails developers <amnesia@boum.org>2012-02-14 16:35:52 +0100
committerDaniel Baumann <daniel@debian.org>2012-04-05 07:43:59 +0200
commitaa2f9a8dff5be9a2a41cc7af053821d5afab0478 (patch)
tree2e358f7ea59842a923414385a4e5e3a239af3ec8 /scripts
parent790fb6908a3d6a93380107ea0f95d77c21f6a2cc (diff)
downloadlive-boot-aa2f9a8dff5be9a2a41cc7af053821d5afab0478.tar.gz
live-boot-aa2f9a8dff5be9a2a41cc7af053821d5afab0478.zip
Refactor some global variables from live into live-helpers.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live6
-rw-r--r--scripts/live-helpers6
2 files changed, 6 insertions, 6 deletions
diff --git a/scripts/live b/scripts/live
index f59ae71..5e080f9 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 d4a5316..9282df6 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=""