progress
This commit is contained in:
parent
898d6150f1
commit
6236822b9b
10
main.sh
10
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user