From c81e6669b78ff4d255dd17cd3f18bf2d51ab7a50 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 5 Sep 2020 22:02:49 +0200 Subject: liveinit: cosmetics --- liveinit.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liveinit.tpl') 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 2>&1 if [ $? -ne 0 ]; then echo "${MARKER}: Failed to unlock persistence file '/${PERSISTENCE}.img'." -- cgit v1.2.3