summaryrefslogtreecommitdiffstats
path: root/liveinit.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'liveinit.tpl')
-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.