Add option to decline encryption at install, fixes #125

这个提交包含在:
Hal Emmerich 2019-10-12 13:37:26 -05:00
父节点 c80f515d9a
当前提交 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"
;;