debian-cd-clone/tasks/debian-installer+kernel-etch

210 lines
4.0 KiB
Plaintext

/* These packages + the ones needed by debootstrap are the ones needed for
* debian-installer to be able to install a base Debian system.
*
* These packages are installed by various parts of the debian-installer,
* mostly via its apt-install command.
*
* This list can be generated with the command:
* ../tools/generate_di+k_list
*
* DO NOT EDIT THIS FILE, edit the above script
*
* Last update: Tue Dec 9 21:27:22 CET 2008
*/
#include <debian-installer-lenny>
eject
locales
libdevmapper1.02
lvm-common
lvm2
mdadm
aptitude
jfbterm
unifont
hotplug
usbutils
console-data
console-common
console-tools
console-cyrillic
console-terminus
pcmcia-cs
pcmciautils
wireless-tools
xfsprogs
jfsutils
dosfsutils
reiserfsprogs
libfribidi0
localization-config
acpid
ppp
pppoeconf
udev
installation-report
openssh-server
cryptsetup
brltty
dmraid
/* In etch, libsysfs2-udeb provides libsysfs2 so use this to
* make sure the deb gets included on the first CD too
*/
libsysfs2
/* Needed for rootless installs. */
sudo
/* libdiscover1-udeb provides libdiscover1 so we have to make sure the
* deb gets included on the first CD too for arches that get discover1
*/
/* laptop-detect is used by tasksel when checking if the system is a
* laptop so we have to make sure to get it included on first CD for
* arches that are know to have laptops
*/
/* grub-pc is used when selecting GPT disk label */
/* #231583: Make life easier for Australian ISP users */
bpalogin
#ifdef ARCH_i386
initramfs-tools
discover
discover1
libdiscover1
grub
grub-pc
laptop-detect
lilo
elilo
libc6-i686
/* Note that we do not have to include every optimised kernel flavor for
* i386, but this does control what kernels are available on the netinst CD.
* Kernel headers are included as third party modules are commonly
* used on this architecture.
*/
linux-image-2.6-486-etchnhalf
linux-headers-2.6-486-etchnhalf
linux-image-2.6-686-etchnhalf
linux-headers-2.6-686-etchnhalf
#endif
#ifdef ARCH_amd64
initramfs-tools
discover
discover1
libdiscover1
grub
grub-pc
laptop-detect
lilo
linux-image-2.6-amd64-etchnhalf
linux-headers-2.6-amd64-etchnhalf
#endif
#ifdef ARCH_alpha
initramfs-tools
aboot
aboot-base
discover1
libdiscover1
linux-image-2.6-alpha-generic-etchnhalf
linux-image-2.6-alpha-smp-etchnhalf
#endif
#ifdef ARCH_hppa
initramfs-tools
discover1
libdiscover1
linux-image-2.6-parisc-etchnhalf
linux-image-2.6-parisc-smp-etchnhalf
linux-image-2.6-parisc64-etchnhalf
linux-image-2.6-parisc64-smp-etchnhalf
palo
#endif
#ifdef ARCH_ia64
initramfs-tools
discover1
libdiscover1
linux-image-2.6-itanium-etchnhalf
linux-image-2.6-itanium-smp-etchnhalf
linux-image-2.6-mckinley-etchnhalf
linux-image-2.6-mckinley-smp-etchnhalf
elilo
#endif
#ifdef ARCH_mips
/* doesn't use a initrd to boot */
arcboot
sibyl
linux-image-2.6-r4k-ip22-etchnhalf
linux-image-2.6-r5k-ip32-etchnhalf
linux-image-2.6-sb1-bcm91250a-etchnhalf
linux-image-2.6-sb1a-bcm91480b-etchnhalf
#endif
#ifdef ARCH_mipsel
/* doesn't use a initrd to boot */
sibyl
colo
delo
linux-image-2.6-r3k-kn02-etchnhalf
linux-image-2.6-r4k-kn04-etchnhalf
linux-image-2.6-r5k-cobalt-etchnhalf
linux-image-2.6-sb1-bcm91250a-etchnhalf
linux-image-2.6-sb1a-bcm91480b-etchnhalf
#endif
#ifdef ARCH_arm
initramfs-tools
discover1
libdiscover1
nwutil
slugimage
glantank
flash-kernel
nslu2-utils
apex-nslu2
linux-image-2.6-footbridge-etchnhalf
linux-image-2.6-iop32x-etchnhalf
linux-image-2.6-ixp4xx-etchnhalf
linux-image-2.6-nslu2-etchnhalf
linux-image-2.6-rpc-etchnhalf
linux-image-2.6-s3c2410-etchnhalf
#endif
#ifdef ARCH_sparc
initramfs-tools
silo
discover1
libdiscover1
libc6-sparcv9b
libc6-sparcv9
linux-image-2.6-sparc32-etchnhalf
linux-image-2.6-sparc32-smp-etchnhalf
linux-image-2.6-sparc64-etchnhalf
linux-image-2.6-sparc64-smp-etchnhalf
#endif
#ifdef ARCH_powerpc
initramfs-tools
discover1
libdiscover1
laptop-detect
quik
yaboot
powerpc-utils
hfsutils
mkvmlinuz
module-init-tools
linux-image-2.6-powerpc-etchnhalf
linux-image-2.6-powerpc-smp-etchnhalf
linux-image-2.6-powerpc64-etchnhalf
linux-image-2.6-prep-etchnhalf
#endif