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)
|
time.sleep(0.1)
|
||||||
send_key("ret")
|
send_key("ret")
|
||||||
spinner.text = colorize_message(
|
spinner.text = colorize_message(
|
||||||
"[luks-unlock-wrapper] ✅ Unlocking encrypted disk. Entering LUKS password.",
|
"[luks-unlock-wrapper] ✔ Unlocking encrypted disk. Entering LUKS password.",
|
||||||
sys.stdout,
|
sys.stdout,
|
||||||
)
|
)
|
||||||
spinner.ok("")
|
spinner.ok("")
|
||||||
except Exception as exc:
|
except Exception as exc:
|
||||||
if spinner:
|
if spinner:
|
||||||
spinner.text = colorize_message(
|
spinner.text = colorize_message(
|
||||||
"[luks-unlock-wrapper] 💥 Post-install actions failed.",
|
"[luks-unlock-wrapper] ✗ Post-install actions failed.",
|
||||||
sys.stdout,
|
sys.stdout,
|
||||||
)
|
)
|
||||||
spinner.fail("")
|
spinner.fail("")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue