diff options
author | Eric Hameleers <alien@slackware.com> | 2022-08-14 16:51:20 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-08-14 16:51:20 +0200 |
commit | f8451bd002dcc2fb09e42731ff9b7f746752195d (patch) | |
tree | 6adb815dc2eac122b37fc404bf197d0c1eb75325 /liveinit.tpl | |
parent | 582dc8897e06ceaea280d123ecae1d0e7bfd128d (diff) | |
download | liveslak-f8451bd002dcc2fb09e42731ff9b7f746752195d.tar.gz liveslak-f8451bd002dcc2fb09e42731ff9b7f746752195d.tar.xz |
liveinit: define the omitted CPATHINTERNAL variable
Diffstat (limited to 'liveinit.tpl')
-rw-r--r-- | liveinit.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/liveinit.tpl b/liveinit.tpl index 6c2ec4c..d7d1550 100644 --- a/liveinit.tpl +++ b/liveinit.tpl @@ -122,6 +122,12 @@ OVLWORK=/mnt/live/.ovlwork # then the mount point will be a subdirectory of /mnt/live instead: PPATHINTERNAL=/mnt/media +# LUKS containers on writable media are found below /mnt/media, +# unless liveslak boots off an ISO image, in which case the container files +# are found below /mnt/super - the filesystem of the USB partition containing +# our ISO: +CPATHINTERNAL=/mnt/media + # Password handling, assign random initialization: DEFPW="7af0aed2-d900-4ed8-89f0" ROOTPW=$DEFPW |