1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
/* Packages that belong on the first CD (but not the netinst), despite
* not being directly installed by debootstrap, or d-i, or tasksel.
*/
/* hysterical raisins, but too small to remove */
openssh-client
/* could be used by debconf in certain configurations */
libterm-readline-gnu-perl
/* Accessibility stuff that is installed by base-installer
* in certain situations, but too large for the netinst. */
brltty
espeakup
alsa-utils
/* See rationale in #630805 */
apt-offline
/* #231583: Make life easier for Australian ISP users */
bpalogin
/* pppconfig helps various people too */
pppconfig
/* #861288 - make it easier for users to report installation problems */
reportbug
|