EXCLUDE_FLIDAS=udhcpc,dibbler-client,info,tasksel,tasksel-data
EXCLUDE_XENIAL=udhcpc,dibbler-client,info,tasksel,tasksel-data
-# we need aptitude in the base file, since users may want to use it for installing packages
-INCLUDE_DEBIAN=aptitude
-
setarch() {
check
if [ -n "$arch" ]; then
- qemu-debootstrap --arch $arch --exclude=${!exc} --include=${INCLUDE_DEBIAN} $dist $xtmp $mirror
+ qemu-debootstrap --arch $arch --exclude=${!exc} $dist $xtmp $mirror
target="${target}_${arch^^}"
else
if [[ $DIST =~ 64 ]]; then
else
arch=i386
fi
- debootstrap --arch $arch --exclude=${!exc} --include=${INCLUDE_DEBIAN} $dist $xtmp $mirror
+ debootstrap --arch $arch --exclude=${!exc} $dist $xtmp $mirror
fi
cleanup-deb
tarit