Add option to decline encryption at install, fixes #125
This commit is contained in:
parent
c80f515d9a
commit
fd6159b753
@ -100,6 +100,9 @@ then
|
||||
touch /mnt/boot/root_encryption
|
||||
break
|
||||
;;
|
||||
No,*|*,No )
|
||||
break
|
||||
;;
|
||||
* )
|
||||
echo "Invalid Option, please enter Yes or No, 1 or 2"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user