diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live | 6 | ||||
| -rw-r--r-- | scripts/live-helpers | 6 |
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="" |
