From cdbe1cef97f153b37a1382172c14f93247cc8ee4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Tue, 22 Jul 2014 20:11:52 +0200
Subject: [PATCH] Removed multiarch support from apt-setup

---
 helpers/make-apt-setup | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/helpers/make-apt-setup b/helpers/make-apt-setup
index 4ac47705..ed2c7c14 100644
--- a/helpers/make-apt-setup
+++ b/helpers/make-apt-setup
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=2
+VERSION=3
 NETINST=true
 . ./config
 
@@ -29,6 +29,9 @@ EOF
 
 rm debian/apt-mirror-setup.templates-ubuntu
 
+# Remove multiarch support
+sed '/chroot/,$d' generators/01setup -i
+
 # getline "seed" file
 getline(){
 grep -n "$1" "$2" |cut -d: -f1
-- 
GitLab