progress
This commit is contained in:
parent
33887b2435
commit
ac44c377cd
8
main.sh
8
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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user