This seed describes the packages at Priority: required.
These packages are installed by the first pass of debootstrap, which extracts them (dpkg -x, without running maintainer scripts)
in order to construct a basic environment into which it can chroot and install them properly.

We avoid following Recommends for this seed because it is processed by debootstrap, not apt,
and debootstrap only does the minimum necessary.

 * Feature: no-follow-recommends

= UNIX =

== Essential ==

These are packages which have "Essential: yes" in their control file.

 * base-files
 * base-passwd    # ColinWatson
 * bash
 * bsdutils       # LaMontJones
 * coreutils
 * dash           # Much faster default shell
 * debianutils
 * diffutils
 * dpkg
 * e2fsprogs
 * findutils
 * grep
 * gzip
 * hostname
 * init-system-helpers
 * libc-bin
 * login
 * mount
 * ncurses-base
 * ncurses-bin
 * perl-base
 * sed
 * tar
 * util-linux

In some sense, debconf isn't truly required, but it makes our life a lot easier to have it installed in the first pass.

 * debconf

Other packages necessary to get started:

 * mawk
 * passwd
 * procps
