From 8a518c5304298b0e570f14dff879468a3bf1861a Mon Sep 17 00:00:00 2001 From: Newbyte Date: Wed, 3 Apr 2024 20:43:40 +0200 Subject: [PATCH] pmb.flasher.frontend: Replace osk-sdl with Unl0kr in FDE reminder (MR 2289) See https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2333 --- pmb/flasher/frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/flasher/frontend.py b/pmb/flasher/frontend.py index 813c4bd4..0bdb32fa 100644 --- a/pmb/flasher/frontend.py +++ b/pmb/flasher/frontend.py @@ -35,7 +35,7 @@ def kernel(args): " booted:") logging.info("ssh {}@{}".format(args.user, pmb.config.default_ip)) logging.info("NOTE: If you enabled full disk encryption, you should make" - " sure that osk-sdl has been properly configured for your" + " sure that Unl0kr has been properly configured for your" " device")