diff --git a/main.sh b/main.sh index bf1b4b8..f3af35e 100644 --- a/main.sh +++ b/main.sh @@ -63,12 +63,12 @@ use_efi() { encryption_style() { ENC=1 header "Choose encryption style" - echo "a)keyfile in initramfs" #bios: 1 uefi: 2 - echo "b)no encryption" #bios: 2 uefi: 2 - echo "c)no keyfile (double pw enter)" #bios: 1 uefi: 2 + echo "a) keyfile in initramfs" #bios: 1 uefi: 2 + echo "b) no encryption" #bios: 2 uefi: 2 + echo "c) no keyfile (double pw enter)" #bios: 1 uefi: 2 #echo "not implemented:" - #echo "d)keyfile on usb" #bios: 1 uefi: ? - #echo "e)unencrypted boot" #bios: 2 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}" if [ "${ENCRYPTION_STYLE}" == "b" ]; then