diff --git a/config/includes.chroot/usr/lib/live/boot/0024-ciss-crypt-squash b/config/includes.chroot/usr/lib/live/boot/0024-ciss-crypt-squash index 280181b..158b83a 100644 --- a/config/includes.chroot/usr/lib/live/boot/0024-ciss-crypt-squash +++ b/config/includes.chroot/usr/lib/live/boot/0024-ciss-crypt-squash @@ -32,7 +32,7 @@ set -eu # Arguments: # None # Returns: -# 0: always, device-node setup is best-effort only +# 0: Always. Device-node setup is best-effort only ####################################### ensure_minimal_dev_nodes() { mknod_cmd="" @@ -122,7 +122,7 @@ console_printf() { # Arguments: # None # Returns: -# 0: always, console cleanup failure is not fatal +# 0: Always. Console cleanup failure is not fatal. ####################################### console_clear_line() { console_printf '\r\033[K' @@ -158,7 +158,7 @@ wait_for_local_unlock_activation() { fi - printf '\e[93m[INFO] Press Enter for local unlock: \e[0m' >&9 || : + printf '\e[93m[INFO] CISS LUKS decryption : Press Enter for local unlock: \n\e[0m' >&9 || : IFS= read -r _ <&9 LOCAL_UNLOCK_READ_STATUS="$?"