From 3f638b057315fb501cdbd9d19b7277b59d5877f0 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 3 Dec 2013 10:50:10 +0100 Subject: [PATCH] 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. --- deployment.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/deployment.sh b/deployment.sh index 1315fb5..fca9b29 100755 --- a/deployment.sh +++ b/deployment.sh @@ -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