Update the pkgbase component selection dialogue to match the meta sets
for the base system. Require either "base" or "minimal" be selected,
to produce a functional system. The other components are optional.
The "minimal" set is listed in the dialogue even though it's required,
to make it clear to users that they don't need to select "base", even
though this was required in previous releases.
By default, only "minimal" is selected. This is a departure from
previous FreeBSD releases, but allowing a minimal install is one of
the main benefits of pkgbase, so let's expose this in the installer.
Replace the various "dbg" options with a single "debug" component that
installs the debug symbols for all the components the user selected,
except for kernel since we handle that specifically, and it's common
to want kernel debugs symbols without userland debug symbols.
MFC after: 3 days