MT#5233 Do not install ia32-libs on PRO systems

ia32-libs is deprecated for Debian/wheezy as it's replaced
by the multiarch feature.
ksolomko/vlan
Michael Prokop 12 years ago
parent ce2a4c7179
commit 3f638b0573

@ -874,13 +874,6 @@ lvm2
EOF
fi
if "$PRO_EDITION" ; then
cat >> /etc/debootstrap/packages << EOF
# support 32bit binaries, e.g. for firmware upgrades
ia32-libs
EOF
fi
if [ -n "$PUPPET" ] ; then
cat >> /etc/debootstrap/packages << EOF
# for interal use at sipwise

Loading…
Cancel
Save