Improve LUKS unlock script message icons for better clarity
This commit is contained in:
parent
6d351fcdb3
commit
9d6ce38c8e
1 changed files with 2 additions and 2 deletions
|
|
@ -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("")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue