|
|
@ -254,10 +254,6 @@ EOF
|
|
|
|
apt-get -y --purge autoremove"
|
|
|
|
apt-get -y --purge autoremove"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# remove crufty files that shouldn't be left in an image
|
|
|
|
|
|
|
|
rm -f chroot/var/cache/debconf/*-old chroot/var/lib/dpkg/*-old
|
|
|
|
|
|
|
|
Chroot chroot apt clean
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ -f config/universe-enabled ]; then
|
|
|
|
if [ -f config/universe-enabled ]; then
|
|
|
|
|
|
|
|
|
|
|
|
# This is cargo-culted almost verbatim (with some syntax changes for
|
|
|
|
# This is cargo-culted almost verbatim (with some syntax changes for
|
|
|
@ -437,6 +433,10 @@ EOF
|
|
|
|
|
|
|
|
|
|
|
|
/usr/share/livecd-rootfs/minimize-manual chroot
|
|
|
|
/usr/share/livecd-rootfs/minimize-manual chroot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# remove crufty files that shouldn't be left in an image
|
|
|
|
|
|
|
|
rm -f chroot/var/cache/debconf/*-old chroot/var/lib/dpkg/*-old
|
|
|
|
|
|
|
|
Chroot chroot apt clean
|
|
|
|
|
|
|
|
|
|
|
|
lb binary "$@"
|
|
|
|
lb binary "$@"
|
|
|
|
touch binary.success
|
|
|
|
touch binary.success
|
|
|
|
) 2>&1 | tee binary.log
|
|
|
|
) 2>&1 | tee binary.log
|
|
|
|