summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-09-04 21:12:24 +0200
committer Eric Hameleers <alien@slackware.com>2018-09-04 21:12:24 +0200
commit1f12e68439985651f0841fca8bb30a52769c1cbf (patch)
treeeafe9f8b9316bbbdd980df93cd047859402df783
parente681a6986e4052558c22a2382291c54434dc5205 (diff)
downloadliveslak-1f12e68439985651f0841fca8bb30a52769c1cbf.tar.gz
liveslak-1f12e68439985651f0841fca8bb30a52769c1cbf.tar.xz
liveinit: cosmetical re-arrangement
-rwxr-xr-xliveinit.tpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/liveinit.tpl b/liveinit.tpl
index e4f38d1..4702600 100755
--- a/liveinit.tpl
+++ b/liveinit.tpl
@@ -46,14 +46,15 @@ VERSION="@VERSION@"
LIVEUID="@LIVEUID@"
-SQ_EXT_AVAIL="@SQ_EXT_AVAIL@"
-
LIVEMEDIA=""
LIVEPATH=""
DISTROCFG="@DISTRO@_os.cfg"
CFGACTION=""
+# What extensions do we support for squashfs modules?
+SQ_EXT_AVAIL="@SQ_EXT_AVAIL@"
+
# By default, let the media determine if we can write persistent changes:
# However, if we define TORAM=1, we will also set VIRGIN=1 since we want
# to avoid anything that writes to disk after we copy the OS to RAM.