From ccebef5bceb6906b9eb02d71989536b9fc45bad6 Mon Sep 17 00:00:00 2001
From: Mason Hock <mason@masonhock.com>
Date: Sat, 14 Sep 2019 12:39:33 -0700
Subject: [PATCH] update for etiona

---
 helpers/make-ubiquity | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity
index df85f578..8267e85a 100644
--- a/helpers/make-ubiquity
+++ b/helpers/make-ubiquity
@@ -1,6 +1,7 @@
 #!/bin/sh
 #
 #    Copyright (C) 2011-2018  Ruben Rodriguez <ruben@trisquel.info>
+#    Copyright (C)      2019  Mason Hock <mason@masonhock.com>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -17,14 +18,13 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=8
+VERSION=9
 
 . ./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
@@ -32,6 +32,7 @@ replace ubuntu_installed trisquel_installed .
 
 replace linux-signed linux-lowlatency .
 replace shim-signed shim .
+mv d-i/source/shim-signed d-i/source/shim
 replace grub-efi-amd64-signed grub-efi-amd64 .
 
 /bin/sed '/canonical/d' -i debian/ubiquity.install*
@@ -178,7 +179,7 @@ replace $UPSTREAM $CODENAME .
 replace Ubuntu Trisquel .
 replace Kubuntu Triskel .
 replace kubuntu triskel .
-find |grep kubuntu.*png | xargs rename s/kubuntu/triskel/
+find | grep kubuntu.*svg | xargs rename s/kubuntu/triskel/
 replace Trisquel-Gettext-Domain Ubuntu-Gettext-Domain
 #replace triskel-ubiquity kubuntu-ubiquity
 replace "launchpad.net/ubuntu/+source/ubiquity/+filebug" "trisquel.info/project/issues" .
@@ -265,5 +266,5 @@ changelog "Adapted for Trisquel"
 
 rm -rf debian/source
 
-PARALLEL=false compile
+compile
 
-- 
GitLab