From ac44c377cdddad4199a45c60fc653fab5fa0a4bb Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 7 Feb 2022 05:38:43 +0100 Subject: [PATCH] progress --- main.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.sh b/main.sh index f293e8a..f321a05 100644 --- a/main.sh +++ b/main.sh @@ -61,10 +61,10 @@ encryption_style() { echo "implemented:" echo "a)keyfile in initramfs" #bios: 1 uefi: 2 echo "b)no encryption" #bios: 2 uefi: 2 - echo "not implemented:" - echo "c)no keyfile (double pw enter)" #bios: 1 uefi: 2 - echo "d)keyfile on usb" #bios: 1 uefi: ? - echo "e)unencrypted boot" #bios: 2 uefi: 2 + #echo "not implemented:" + #echo "c)no keyfile (double pw enter)" #bios: 1 uefi: 2 + #echo "d)keyfile on usb" #bios: 1 uefi: ? + #echo "e)unencrypted boot" #bios: 2 uefi: 2 multiplechoice "a" "b" "c" "d" "e" ENCRYPTION_STYLE="$output" }