Improve LUKS unlock script message icons for better clarity

This commit is contained in:
Philip Henning 2026-02-06 11:48:04 +01:00
parent 6d351fcdb3
commit 9d6ce38c8e

View file

@ -237,14 +237,14 @@ def main() -> int:
time.sleep(0.1)
send_key("ret")
spinner.text = colorize_message(
"[luks-unlock-wrapper] Unlocking encrypted disk. Entering LUKS password.",
"[luks-unlock-wrapper] Unlocking encrypted disk. Entering LUKS password.",
sys.stdout,
)
spinner.ok("")
except Exception as exc:
if spinner:
spinner.text = colorize_message(
"[luks-unlock-wrapper] 💥 Post-install actions failed.",
"[luks-unlock-wrapper] Post-install actions failed.",
sys.stdout,
)
spinner.fail("")