DAB installs packages by using debconf get selections and then dpkg -i ....
This installs various large sized doc debs. To make a small DAB based template we need the equivalent of
aptitude --without-recommends .... or apt-get --no-install-recommends install .... for certain deb packages that have unnecessary voluminous docs.
What is the DAB equivalent for it short of chrooting with a /etc/resolv.conf and using a bash file with the apt-get commands above?
This installs various large sized doc debs. To make a small DAB based template we need the equivalent of
aptitude --without-recommends .... or apt-get --no-install-recommends install .... for certain deb packages that have unnecessary voluminous docs.
What is the DAB equivalent for it short of chrooting with a /etc/resolv.conf and using a bash file with the apt-get commands above?