Skip to content
Snippets Groups Projects
Commit a79e5634 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

ubiquity: disable ecryptfs in favor of full disk encryption

parent 5bc61c04
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,14 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=4
VERSION=5
. ./config
# Enable full disk encryption by default
patch -p1 < $DATA/encrypt_by_default.patch
# Disable ecryptfs, it is confusing to offer both and full disk encryption is safer
sed '/login_encrypt/,/visible/s/True/False/' -i ./gui/gtk/stepUserInfo.ui
cp $DATA/trisquel_installed.png pixmaps
rm pixmaps/ubuntu_installed.png
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment