This commit is contained in:
teldra 2022-02-07 23:08:12 +01:00
parent 898d6150f1
commit 6236822b9b
1 changed files with 5 additions and 5 deletions

10
main.sh
View File

@ -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