Removed multiarch support from apt-setup

This commit is contained in:
Rubén Rodríguez 2014-07-22 20:11:52 +02:00
parent 6d1755d49e
commit cdbe1cef97

View file

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