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
|
These packages may be installed dynamically by d-i based on installation
parameters. They should generally be made available on CDs.
== Package management ==
* tasksel # used by installer to install desktop etc.
* aptitude # better text-mode package manager
== Filesystems ==
* xfsprogs
* jfsutils
* hfsplus [powerpc] # ColinWatson
* reiserfsprogs
* btrfs-tools
* lvm2
* mdadm
* dmsetup
* dmraid
* cryptsetup
* ecryptfs-utils
== For language support in the installer ==
* console-terminus
* unifont
== Hardware & Network Access ==
* mouseemu # needed on Macs with single-button mice
* ps3pf-utils [powerpc] # small utilities for PlayStation 3 systems
* elfspe2 [powerpc] # SPE access for Cell systems
== Installer ==
* grub # needed for dmraid et al
* grub-efi [amd64]
* mkvmlinuz [powerpc] # for nobootloader
* lupin-support [amd64 i386] # installer-for-windows
* uboot-mkimage [armel] # needed on dove and omap for uboot
* uboot-envtools [armel] # needed on omap for uboot
|