Always disable dpkg sync, we only support squeeze and newer anyway.

This commit is contained in:
Daniel Baumann 2011-06-11 13:35:05 +02:00
parent 521bd38d69
commit 01a5160847
1 changed files with 0 additions and 4 deletions

View File

@ -54,15 +54,11 @@ EOF
chmod 755 chroot/sbin/start-stop-daemon
# Disable dpkg syncing
if echo 'dpkg --compare-versions "$(dpkg-query -W --showformat="\${Version}" dpkg)" ge 1.15.8.6' | Chroot chroot sh
then
cat > chroot/etc/dpkg/dpkg.cfg.d/live-build << EOF
force-unsafe-io
EOF
fi
# Manual hacks for special packages
# samhain