From 66cda810c148ae957b413cf9d039796e001fb938 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 22 Jul 2017 12:49:43 +0200 Subject: [PATCH] Improve the FDE hint, you need to type in the password twice. --- pmb/install/format.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pmb/install/format.py b/pmb/install/format.py index bde5b76d..24cd1028 100644 --- a/pmb/install/format.py +++ b/pmb/install/format.py @@ -37,7 +37,8 @@ def format_and_mount_root(args): if args.full_disk_encryption: logging.info("(native) format " + device + " (root, luks), mount to " + mountpoint) - logging.info(" *** SET FULL DISK ENCRYPTION PASSWORD ***") + logging.info( + " *** TYPE IN THE FULL DISK ENCRYPTION PASSWORD (TWICE!) ***") pmb.chroot.root(args, ["cryptsetup", "luksFormat", "--use-urandom", "--cipher", args.cipher, "-q", device], log=False) pmb.chroot.root(args, ["cryptsetup", "luksOpen", device,