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

Removed multiarch support from apt-setup

parent 6d1755d4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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