Sort the generic required packages into groups

This commit is contained in:
Steve McIntyre 2012-07-08 00:29:46 +00:00
parent 5bf85c9cc9
commit 7d101800c6
1 changed files with 38 additions and 33 deletions

View File

@ -35,16 +35,27 @@ cat > debian-installer+kernel << EOF
*/ */
#include <debian-installer> #include <debian-installer>
/* Hardware config */
eject eject
locales
lvm2
mdadm
pciutils pciutils
usbutils usbutils
keyboard-configuration keyboard-configuration
console-setup console-setup
pcmciautils pcmciautils
wireless-tools acpi
acpid
acpi-support-base
pbbuttonsd
mouseemu
udev
discover
/* Storage and filesystem tools */
e2fsprogs
dmsetup
lvm2
mdadm
xfsprogs xfsprogs
jfsutils jfsutils
dosfstools dosfstools
@ -52,28 +63,35 @@ reiserfsprogs
btrfs-tools btrfs-tools
ufsutils ufsutils
zfsutils zfsutils
libfribidi0
acpi
acpid
acpi-support-base
pbbuttonsd
ppp
pppoeconf
pptp-linux
udev
installation-report
openssh-server
cryptsetup cryptsetup
loop-aes-utils loop-aes-utils
dmraid dmraid
discover open-iscsi
mouseemu /* multipath-tools-boot is used for multipath support and installed
* during installation process if multipath is used
*/
multipath-tools-boot
/* Networking */
wireless-tools
ppp
pppoeconf
pptp-linux
/* #231583: Make life easier for Australian ISP users */
bpalogin
/* #593914: netinsts are being used on wireless too these days. */
wpasupplicant
/* Misc d-i */
installation-report
openssh-server
popularity-contest popularity-contest
os-prober os-prober
open-iscsi
e2fsprogs
mouseemu mouseemu
dmsetup locales
/* Needed for some languages with bi-directional support */
libfribidi0
/* Needed for rootless installs. */ /* Needed for rootless installs. */
sudo sudo
@ -83,19 +101,6 @@ sudo
* arches that are know to have laptops * arches that are know to have laptops
*/ */
/* On x86 users have a choice between grub-legacy and grub-pc */
/* #231583: Make life easier for Australian ISP users */
bpalogin
/* multipath-tools-boot is used for multipath support and installed
* during installation process if multipath is used
*/
multipath-tools-boot
/* #593914: netinsts are being used on wireless too these days. */
wpasupplicant
/* add the list of firmware packages here too if required */ /* add the list of firmware packages here too if required */
#ifdef FORCE_FIRMWARE #ifdef FORCE_FIRMWARE
# include <firmware> # include <firmware>