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" }