summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-09-05 22:02:49 +0200
committer Eric Hameleers <alien@slackware.com>2020-09-05 22:02:49 +0200
commitc81e6669b78ff4d255dd17cd3f18bf2d51ab7a50 (patch)
tree198ba895ecca99710197c333ddadfd8757e8e607
parent84d214c7214b00cf82294ee088a80ba4498799bf (diff)
downloadliveslak-c81e6669b78ff4d255dd17cd3f18bf2d51ab7a50.tar.gz
liveslak-c81e6669b78ff4d255dd17cd3f18bf2d51ab7a50.tar.xz
liveinit: cosmetics
-rw-r--r--liveinit.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/liveinit.tpl b/liveinit.tpl
index 54a000c..a0a767a 100644
--- a/liveinit.tpl
+++ b/liveinit.tpl
@@ -905,7 +905,7 @@ if [ "$RESCUE" = "" ]; then
losetup $prdev /mnt/media/${PERSISTENCE}.img
# Check if the persistence container is LUKS encrypted:
if cryptsetup isLuks $prdev 1>/dev/null 2>/dev/null ; then
- echo "Unlocking LUKS encrypted persistence file '/${PERSISTENCE}.img'"
+ echo "${MARKER}: Unlocking LUKS encrypted persistence file '/${PERSISTENCE}.img'"
cryptsetup luksOpen $prdev $(basename ${PERSISTENCE}) </dev/tty0 >/dev/tty0 2>&1
if [ $? -ne 0 ]; then
echo "${MARKER}: Failed to unlock persistence file '/${PERSISTENCE}.img'."