This commit is contained in:
teldra 2022-02-07 05:38:43 +01:00
parent 33887b2435
commit ac44c377cd
1 changed files with 4 additions and 4 deletions

View File

@ -61,10 +61,10 @@ encryption_style() {
echo "implemented:" echo "implemented:"
echo "a)keyfile in initramfs" #bios: 1 uefi: 2 echo "a)keyfile in initramfs" #bios: 1 uefi: 2
echo "b)no encryption" #bios: 2 uefi: 2 echo "b)no encryption" #bios: 2 uefi: 2
echo "not implemented:" #echo "not implemented:"
echo "c)no keyfile (double pw enter)" #bios: 1 uefi: 2 #echo "c)no keyfile (double pw enter)" #bios: 1 uefi: 2
echo "d)keyfile on usb" #bios: 1 uefi: ? #echo "d)keyfile on usb" #bios: 1 uefi: ?
echo "e)unencrypted boot" #bios: 2 uefi: 2 #echo "e)unencrypted boot" #bios: 2 uefi: 2
multiplechoice "a" "b" "c" "d" "e" multiplechoice "a" "b" "c" "d" "e"
ENCRYPTION_STYLE="$output" ENCRYPTION_STYLE="$output"
} }