2003-10-05 21:09:17 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2006-12-04 16:23:57 -01:00
|
|
|
set -e
|
|
|
|
|
2003-10-05 21:09:17 +00:00
|
|
|
# Generate a list of packages required for debian-installer
|
|
|
|
# This script makes use of the following variables that need to be preset:
|
2005-05-26 17:55:13 +00:00
|
|
|
# MIRROR, CODENAME, DI_CODENAME
|
2006-02-11 00:09:11 -01:00
|
|
|
if [ "$MIRROR"x = ""x ] ; then
|
|
|
|
echo "\$MIRROR unset; abort!"
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
if [ "$CODENAME"x = ""x ] ; then
|
|
|
|
echo "\$CODENAME unset; abort!"
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
if [ "$DI_CODENAME"x = ""x ] ; then
|
|
|
|
echo "\$DI_CODENAME unset; abort!"
|
|
|
|
exit 1
|
|
|
|
fi
|
2003-10-05 21:09:17 +00:00
|
|
|
|
|
|
|
DATE=`date`
|
2005-05-26 17:55:13 +00:00
|
|
|
cat > debian-installer+kernel-$DI_CODENAME << EOF
|
* Audited all the apt-install commands in d-i, and added these packages
to generate_di+k_list: pcmciautils, dosfsutils (barely needed),
udev, installation-report, palo, elilo, sibyl, sibyl, colo, powerpc-utils,
silo, vmelilo.
Some of the bootloaders were alredy included via debootstrap, but as they
are being removed from there, it's better to add them explicitly here.
2005-12-27 04:18:42 -01:00
|
|
|
/* 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.
|
2003-10-05 21:09:17 +00:00
|
|
|
*
|
|
|
|
* This list can be generated with the command:
|
|
|
|
* ../tools/generate_di+k_list
|
|
|
|
*
|
- Since amd64 is not on standard debian mirrors, and generate_d-i+k_list
must be runnable on them, make it chack for absence of amd64 Packages
files and add a dummy kernel for amd64. This will need to be manually
kept up-to-date by the amd64 people for now.
- Didn't fix generate_di_list the same way, since doing so would be too
hard. Next time tasks/debian-installer is updated using this script on
a machine w/o the unofficial amd64 archive, the am64 info in the file
will be lost.
- Add DO NOT EDIT warning messages to generated files in cvs.
- Check and revert manual modifications to tasks/base-sarge. This file is
automatically generated and those mods would have been lost:
- Add fileutils to generate_d-i+k_list, "until kernels get fixed",
whatever that means.
- arcboot was already in generate_d-i+k_list.
- Update tasks/debian-installer+kernel using generate_d-i+k_list.
- Sort package lists in tasks/base-sarge to ease comparisons when
updating.
- Update tasks/base-sarge for debootstrap 0.2.45. This includes the
following removals:
- aboot: already listed in debian-installer+kernel
- gcc-3.2-base, libdb2, libgcrypt1, libgnutls7, libident,
libdb2, libtasn1-0: obsolete
- modconf: obsoleted by d-i
- setserial: not base anymore
- slang1: turned into slang1a-utf8
- libident: not needed by base anymore
- lilo: in debian-installer+kernel
- mbr: not installed anymore
- pcmcia-cs: in debian-installer+kernel
- syslinux: not installed
- "filesutils": typo; fileutils in generate_d-i+k_list for m68k
- quik: in debian-installer+kernel
- yaboot: in debian-installer+kernel
- arcboot: in debian-installer+kernel
- delo: in debian-installer+kernel
And the following additions:
- libdb4.2, libgcrypt11, libgcrypt7, libgnutls10, libgnutls11,
libgpg-error0, libtasn1-2: new libraries
- console-tools: now installed by debootstrap even on s390
2005-01-02 22:31:45 -01:00
|
|
|
* DO NOT EDIT THIS FILE, edit the above script
|
|
|
|
*
|
2003-10-05 21:09:17 +00:00
|
|
|
* Last update: $DATE
|
|
|
|
*/
|
|
|
|
|
2005-05-26 17:55:13 +00:00
|
|
|
#include <debian-installer-$DI_CODENAME>
|
2003-10-05 21:09:17 +00:00
|
|
|
eject
|
|
|
|
locales
|
2006-07-27 23:40:27 +00:00
|
|
|
libdevmapper1.02
|
2004-05-22 18:36:16 +00:00
|
|
|
lvm-common
|
|
|
|
lvm2
|
|
|
|
mdadm
|
2003-11-11 20:15:36 -01:00
|
|
|
aptitude
|
2003-12-24 15:21:14 -01:00
|
|
|
jfbterm
|
|
|
|
unifont
|
2004-01-13 23:41:59 -01:00
|
|
|
hotplug
|
2004-06-07 15:16:40 +00:00
|
|
|
usbutils
|
2004-01-13 23:41:59 -01:00
|
|
|
console-cyrillic
|
|
|
|
console-terminus
|
2004-01-28 17:56:40 -01:00
|
|
|
pcmcia-cs
|
* Audited all the apt-install commands in d-i, and added these packages
to generate_di+k_list: pcmciautils, dosfsutils (barely needed),
udev, installation-report, palo, elilo, sibyl, sibyl, colo, powerpc-utils,
silo, vmelilo.
Some of the bootloaders were alredy included via debootstrap, but as they
are being removed from there, it's better to add them explicitly here.
2005-12-27 04:18:42 -01:00
|
|
|
pcmciautils
|
2004-03-10 19:22:41 -01:00
|
|
|
wireless-tools
|
2004-03-04 17:26:34 -01:00
|
|
|
xfsprogs
|
2004-05-30 18:06:58 +00:00
|
|
|
jfsutils
|
* Audited all the apt-install commands in d-i, and added these packages
to generate_di+k_list: pcmciautils, dosfsutils (barely needed),
udev, installation-report, palo, elilo, sibyl, sibyl, colo, powerpc-utils,
silo, vmelilo.
Some of the bootloaders were alredy included via debootstrap, but as they
are being removed from there, it's better to add them explicitly here.
2005-12-27 04:18:42 -01:00
|
|
|
dosfsutils
|
2004-03-04 17:26:34 -01:00
|
|
|
reiserfsprogs
|
2004-07-15 02:44:38 +00:00
|
|
|
libfribidi0
|
2004-10-05 01:00:46 +00:00
|
|
|
localization-config
|
2005-11-11 17:28:47 -01:00
|
|
|
acpid
|
2005-12-09 20:40:39 -01:00
|
|
|
ppp
|
|
|
|
pppoeconf
|
* Audited all the apt-install commands in d-i, and added these packages
to generate_di+k_list: pcmciautils, dosfsutils (barely needed),
udev, installation-report, palo, elilo, sibyl, sibyl, colo, powerpc-utils,
silo, vmelilo.
Some of the bootloaders were alredy included via debootstrap, but as they
are being removed from there, it's better to add them explicitly here.
2005-12-27 04:18:42 -01:00
|
|
|
udev
|
|
|
|
installation-report
|
2006-03-03 01:35:25 -01:00
|
|
|
openssh-server
|
2006-07-16 18:30:28 +00:00
|
|
|
cryptsetup
|
2006-10-21 19:26:58 +00:00
|
|
|
brltty
|
* Audited all the apt-install commands in d-i, and added these packages
to generate_di+k_list: pcmciautils, dosfsutils (barely needed),
udev, installation-report, palo, elilo, sibyl, sibyl, colo, powerpc-utils,
silo, vmelilo.
Some of the bootloaders were alredy included via debootstrap, but as they
are being removed from there, it's better to add them explicitly here.
2005-12-27 04:18:42 -01:00
|
|
|
|
2006-08-02 00:10:07 +00:00
|
|
|
/* libsysfs2-udeb provides libsysfs2 so we have to make sure the deb
|
2006-03-03 23:54:49 -01:00
|
|
|
* gets included on the first CD too
|
|
|
|
*/
|
2006-08-02 00:10:07 +00:00
|
|
|
libsysfs2
|
2005-09-14 20:06:12 +00:00
|
|
|
|
2006-05-12 05:54:08 +00:00
|
|
|
/* Needed for rootless installs. */
|
|
|
|
sudo
|
|
|
|
|
2006-08-02 14:55:28 +00:00
|
|
|
/* libdiscover1-udeb provides libdiscover1 so we have to make sure the
|
|
|
|
* deb gets included on the first CD too for arches that get discover1
|
|
|
|
*/
|
|
|
|
|
2006-11-27 22:46:07 -01:00
|
|
|
/* #231583: Make life easier for Australian ISP users */
|
|
|
|
bpalogin
|
|
|
|
|
2003-10-05 21:09:17 +00:00
|
|
|
#ifdef ARCH_i386
|
* Fix the environment variable checks in tools/generate_di+k_list.
* generate_di+k_list: Switch initamfs generator to per-arch,
based on what base-installer installs:
- initramfs-tools on i386, amd64, alpha, powerpc, arm
- yaird on hppa, ia64, mips, mipsel, sparc, m68k
2006-02-12 20:48:18 -01:00
|
|
|
initramfs-tools
|
2004-03-31 23:37:57 +00:00
|
|
|
discover
|
2004-04-25 20:38:22 +00:00
|
|
|
discover1
|
2006-08-02 14:55:28 +00:00
|
|
|
libdiscover1
|
2004-03-31 23:37:57 +00:00
|
|
|
grub
|
|
|
|
lilo
|
2006-07-27 23:58:59 +00:00
|
|
|
elilo
|
2006-08-22 21:47:28 +00:00
|
|
|
libc6-i686
|
2005-09-14 20:52:48 +00:00
|
|
|
/* Note that we do not have to include every optimised kernel flavor for
|
2006-07-01 23:12:59 +00:00
|
|
|
* i386, but this does control what kernels are available on the netinst CD.
|
|
|
|
* Kernel headers are included as third party modules are commonly
|
2005-09-14 20:52:48 +00:00
|
|
|
* used on this architecture.
|
|
|
|
*/
|
2006-01-07 20:57:58 -01:00
|
|
|
linux-image-2.6-486
|
|
|
|
linux-headers-2.6-486
|
2006-07-01 23:12:59 +00:00
|
|
|
linux-image-2.6-686
|
|
|
|
linux-headers-2.6-686
|
2004-12-08 22:23:09 -01:00
|
|
|
#endif
|
2005-09-14 20:52:48 +00:00
|
|
|
|
2004-12-08 22:23:09 -01:00
|
|
|
#ifdef ARCH_amd64
|
* Fix the environment variable checks in tools/generate_di+k_list.
* generate_di+k_list: Switch initamfs generator to per-arch,
based on what base-installer installs:
- initramfs-tools on i386, amd64, alpha, powerpc, arm
- yaird on hppa, ia64, mips, mipsel, sparc, m68k
2006-02-12 20:48:18 -01:00
|
|
|
initramfs-tools
|
2005-05-17 11:49:25 +00:00
|
|
|
discover
|
|
|
|
discover1
|
2006-08-02 14:55:28 +00:00
|
|
|
libdiscover1
|
2005-05-17 11:49:25 +00:00
|
|
|
grub
|
|
|
|
lilo
|
2006-10-28 16:45:07 +00:00
|
|
|
linux-image-2.6-amd64
|
|
|
|
linux-headers-2.6-amd64
|
2003-10-05 21:09:17 +00:00
|
|
|
#endif
|
2005-09-14 20:52:48 +00:00
|
|
|
|
2003-10-05 21:09:17 +00:00
|
|
|
#ifdef ARCH_alpha
|
* Fix the environment variable checks in tools/generate_di+k_list.
* generate_di+k_list: Switch initamfs generator to per-arch,
based on what base-installer installs:
- initramfs-tools on i386, amd64, alpha, powerpc, arm
- yaird on hppa, ia64, mips, mipsel, sparc, m68k
2006-02-12 20:48:18 -01:00
|
|
|
initramfs-tools
|
2004-07-30 01:45:42 +00:00
|
|
|
aboot
|
|
|
|
aboot-base
|
2004-04-25 20:38:22 +00:00
|
|
|
discover1
|
2006-08-02 14:55:28 +00:00
|
|
|
libdiscover1
|
2006-02-09 16:20:11 -01:00
|
|
|
linux-image-2.6-alpha-generic
|
|
|
|
linux-image-2.6-alpha-smp
|
2004-03-16 08:51:53 -01:00
|
|
|
#endif
|
2005-09-14 20:52:48 +00:00
|
|
|
|
2004-03-16 08:51:53 -01:00
|
|
|
#ifdef ARCH_hppa
|
2006-03-03 01:00:10 -01:00
|
|
|
initramfs-tools
|
2004-04-25 20:38:22 +00:00
|
|
|
discover1
|
2006-08-02 14:55:28 +00:00
|
|
|
libdiscover1
|
2005-09-14 20:52:48 +00:00
|
|
|
linux-image-2.6-parisc
|
|
|
|
linux-image-2.6-parisc-smp
|
|
|
|
linux-image-2.6-parisc64
|
|
|
|
linux-image-2.6-parisc64-smp
|
* Audited all the apt-install commands in d-i, and added these packages
to generate_di+k_list: pcmciautils, dosfsutils (barely needed),
udev, installation-report, palo, elilo, sibyl, sibyl, colo, powerpc-utils,
silo, vmelilo.
Some of the bootloaders were alredy included via debootstrap, but as they
are being removed from there, it's better to add them explicitly here.
2005-12-27 04:18:42 -01:00
|
|
|
palo
|
2003-10-05 21:09:17 +00:00
|
|
|
#endif
|
2005-09-14 20:52:48 +00:00
|
|
|
|
2003-10-05 21:09:17 +00:00
|
|
|
#ifdef ARCH_ia64
|
2006-07-27 23:46:03 +00:00
|
|
|
initramfs-tools
|
2004-04-25 20:38:22 +00:00
|
|
|
discover1
|
2006-08-02 14:55:28 +00:00
|
|
|
libdiscover1
|
2005-09-14 20:52:48 +00:00
|
|
|
linux-image-2.6-itanium
|
|
|
|
linux-image-2.6-itanium-smp
|
|
|
|
linux-image-2.6-mckinley
|
|
|
|
linux-image-2.6-mckinley-smp
|
* Audited all the apt-install commands in d-i, and added these packages
to generate_di+k_list: pcmciautils, dosfsutils (barely needed),
udev, installation-report, palo, elilo, sibyl, sibyl, colo, powerpc-utils,
silo, vmelilo.
Some of the bootloaders were alredy included via debootstrap, but as they
are being removed from there, it's better to add them explicitly here.
2005-12-27 04:18:42 -01:00
|
|
|
elilo
|
2004-03-31 23:37:57 +00:00
|
|
|
#endif
|
2005-09-14 20:52:48 +00:00
|
|
|
|
2004-03-31 23:37:57 +00:00
|
|
|
#ifdef ARCH_mips
|
|
|
|
arcboot
|
* Audited all the apt-install commands in d-i, and added these packages
to generate_di+k_list: pcmciautils, dosfsutils (barely needed),
udev, installation-report, palo, elilo, sibyl, sibyl, colo, powerpc-utils,
silo, vmelilo.
Some of the bootloaders were alredy included via debootstrap, but as they
are being removed from there, it's better to add them explicitly here.
2005-12-27 04:18:42 -01:00
|
|
|
sibyl
|
2006-07-27 23:58:59 +00:00
|
|
|
linux-image-2.6-r4k-ip22
|
|
|
|
linux-image-2.6-r5k-ip32
|
|
|
|
linux-image-2.6-sb1-bcm91250a
|
|
|
|
linux-image-2.6-sb1a-bcm91480b
|
2004-03-31 23:37:57 +00:00
|
|
|
#endif
|
2005-09-14 20:52:48 +00:00
|
|
|
|
2004-03-31 23:37:57 +00:00
|
|
|
#ifdef ARCH_mipsel
|
* Audited all the apt-install commands in d-i, and added these packages
to generate_di+k_list: pcmciautils, dosfsutils (barely needed),
udev, installation-report, palo, elilo, sibyl, sibyl, colo, powerpc-utils,
silo, vmelilo.
Some of the bootloaders were alredy included via debootstrap, but as they
are being removed from there, it's better to add them explicitly here.
2005-12-27 04:18:42 -01:00
|
|
|
sibyl
|
|
|
|
colo
|
2004-07-30 01:45:42 +00:00
|
|
|
delo
|
2006-07-27 23:58:59 +00:00
|
|
|
linux-image-2.6-r3k-kn02
|
|
|
|
linux-image-2.6-r4k-kn04
|
|
|
|
linux-image-2.6-r5k-cobalt
|
|
|
|
linux-image-2.6-sb1-bcm91250a
|
|
|
|
linux-image-2.6-sb1a-bcm91480b
|
|
|
|
#endif
|
2004-03-31 23:37:57 +00:00
|
|
|
|
2006-07-27 23:58:59 +00:00
|
|
|
#ifdef ARCH_arm
|
|
|
|
initramfs-tools
|
|
|
|
discover1
|
2006-08-02 14:55:28 +00:00
|
|
|
libdiscover1
|
2006-07-27 23:58:59 +00:00
|
|
|
nwutil
|
|
|
|
slugimage
|
2006-10-28 19:51:11 +00:00
|
|
|
glantank
|
|
|
|
flash-kernel
|
2006-07-27 23:58:59 +00:00
|
|
|
nslu2-utils
|
2006-10-28 19:51:11 +00:00
|
|
|
apex-nslu2
|
2006-07-27 23:58:59 +00:00
|
|
|
linux-image-2.6-footbridge
|
2006-10-28 19:51:11 +00:00
|
|
|
linux-image-2.6-iop32x
|
2006-07-27 23:58:59 +00:00
|
|
|
linux-image-2.6-ixp4xx
|
|
|
|
linux-image-2.6-nslu2
|
|
|
|
linux-image-2.6-rpc
|
|
|
|
linux-image-2.6-s3c2410
|
|
|
|
#endif
|
2004-03-31 23:37:57 +00:00
|
|
|
|
2006-07-27 23:58:59 +00:00
|
|
|
#ifdef ARCH_sparc
|
|
|
|
initramfs-tools
|
|
|
|
silo
|
|
|
|
discover1
|
2006-08-02 14:55:28 +00:00
|
|
|
libdiscover1
|
2006-08-22 21:59:04 +00:00
|
|
|
libc6-sparcv9b
|
|
|
|
libc6-sparcv9
|
2006-07-27 23:58:59 +00:00
|
|
|
linux-image-2.6-sparc32
|
|
|
|
linux-image-2.6-sparc32-smp
|
|
|
|
linux-image-2.6-sparc64
|
|
|
|
linux-image-2.6-sparc64-smp
|
2003-10-05 21:09:17 +00:00
|
|
|
#endif
|
2005-09-14 20:52:48 +00:00
|
|
|
|
2003-10-05 21:09:17 +00:00
|
|
|
#ifdef ARCH_powerpc
|
* Fix the environment variable checks in tools/generate_di+k_list.
* generate_di+k_list: Switch initamfs generator to per-arch,
based on what base-installer installs:
- initramfs-tools on i386, amd64, alpha, powerpc, arm
- yaird on hppa, ia64, mips, mipsel, sparc, m68k
2006-02-12 20:48:18 -01:00
|
|
|
initramfs-tools
|
2004-04-25 20:38:22 +00:00
|
|
|
discover1
|
2006-08-02 14:55:28 +00:00
|
|
|
libdiscover1
|
2004-07-24 01:52:20 +00:00
|
|
|
quik
|
2004-06-07 09:35:40 +00:00
|
|
|
yaboot
|
* Audited all the apt-install commands in d-i, and added these packages
to generate_di+k_list: pcmciautils, dosfsutils (barely needed),
udev, installation-report, palo, elilo, sibyl, sibyl, colo, powerpc-utils,
silo, vmelilo.
Some of the bootloaders were alredy included via debootstrap, but as they
are being removed from there, it's better to add them explicitly here.
2005-12-27 04:18:42 -01:00
|
|
|
powerpc-utils
|
2005-11-08 16:32:21 -01:00
|
|
|
hfsutils
|
2004-07-18 21:18:02 +00:00
|
|
|
mkvmlinuz
|
|
|
|
module-init-tools
|
2005-09-14 20:52:48 +00:00
|
|
|
linux-image-2.6-powerpc
|
|
|
|
linux-image-2.6-powerpc-smp
|
|
|
|
linux-image-2.6-powerpc64
|
2006-12-29 00:14:28 -01:00
|
|
|
linux-image-2.6-prep
|
2003-10-05 21:09:17 +00:00
|
|
|
#endif
|
2005-09-14 20:52:48 +00:00
|
|
|
|
2005-02-20 22:06:39 -01:00
|
|
|
EOF
|