Removed multiarch support from apt-setup
This commit is contained in:
parent
6d1755d49e
commit
cdbe1cef97
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue