From 004fceadd736547a9d32aee9c67ac27d3ab6f5bf Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Sun, 25 Dec 2016 05:56:15 +0000
Subject: [PATCH] Ubiquity: removed restricted/nonfree handling

---
 helpers/make-ubiquity | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity
index 407ae13d..6a76c7ab 100644
--- a/helpers/make-ubiquity
+++ b/helpers/make-ubiquity
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 
 . ./config
 
@@ -164,6 +164,8 @@ _Description: Continue without a network mirror?
  you will end up with only a very minimal base system.
 EOF
 
+# Remove restricted/nonfree handling
+sed '/apt-setup\/restricted/,/^$/d' -i ./ubiquity/plugins/ubi-prepare.py 
 
 # Rebrand
 replace $UPSTREAM $CODENAME .
-- 
GitLab