~tieto/+junk/platform.lucid

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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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.

A system containing only required packages is not a supported Ubuntu system; you need to install at least the packages from minimal as well.

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
 * debianutils
 * diffutils
 * dpkg
 * e2fsprogs
 * findutils
 * grep
 * gzip
 * hostname
 * login
 * mount          # LaMontJones
 * ncurses-base
 * ncurses-bin
 * perl-base
 * python-minimal
 * sed
 * tar            # LaMontJones
 * util-linux     # LaMontJones

Our init system:

 * upstart

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:

 * dash               # Much faster default shell
 * locales
 * makedev
 * mawk
 * passwd
 * procps
 * tzdata