diff options
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 |
commit | 1f12e68439985651f0841fca8bb30a52769c1cbf (patch) | |
tree | eafe9f8b9316bbbdd980df93cd047859402df783 /liveinit.tpl | |
parent | e681a6986e4052558c22a2382291c54434dc5205 (diff) | |
download | liveslak-1f12e68439985651f0841fca8bb30a52769c1cbf.tar.gz liveslak-1f12e68439985651f0841fca8bb30a52769c1cbf.tar.xz |
liveinit: cosmetical re-arrangement
Diffstat (limited to 'liveinit.tpl')
-rwxr-xr-x | liveinit.tpl | 5 |
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. |