Current state
This commit is contained in:
parent
3e59b569ea
commit
79195c8301
|
@ -1,20 +1,21 @@
|
|||
/* These files + the ones needed by debootstrap are the ones needed for
|
||||
* debian-installer to be able to complete the installation of the base
|
||||
* system.
|
||||
/* 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 Oct 11 11:42:15 CEST 2005
|
||||
* Last update: Thu Nov 16 05:06:38 CET 2006
|
||||
*/
|
||||
|
||||
#include <debian-installer-etch>
|
||||
eject
|
||||
locales
|
||||
lvm10
|
||||
libdevmapper1.01
|
||||
libdevmapper1.02
|
||||
lvm-common
|
||||
lvm2
|
||||
mdadm
|
||||
|
@ -23,124 +24,178 @@ jfbterm
|
|||
unifont
|
||||
hotplug
|
||||
usbutils
|
||||
iso-codes
|
||||
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
|
||||
|
||||
/* libsysfs2-udeb provides libsysfs2 so we have 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
|
||||
*/
|
||||
|
||||
#ifdef ARCH_i386
|
||||
initramfs-tools
|
||||
discover
|
||||
discover1
|
||||
libdiscover1
|
||||
grub
|
||||
lilo
|
||||
elilo
|
||||
libc6-i686
|
||||
/* Note that we do not have to include every optimised kernel flavor for
|
||||
* i386. Kernel headers are included as third party modules are commonly
|
||||
* 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.
|
||||
*/
|
||||
kernel-image-2.4-386
|
||||
kernel-pcmcia-modules-2.4-386
|
||||
kernel-headers-2.4-386
|
||||
linux-image-2.6-386
|
||||
linux-headers-2.6-386
|
||||
linux-image-2.6-486
|
||||
linux-headers-2.6-486
|
||||
linux-image-2.6-686
|
||||
linux-headers-2.6-686
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_amd64
|
||||
initramfs-tools
|
||||
discover
|
||||
discover1
|
||||
libdiscover1
|
||||
grub
|
||||
lilo
|
||||
linux-image-2.6-amd64-generic
|
||||
linux-headers-2.6-amd64-generic
|
||||
linux-image-2.6-amd64
|
||||
linux-headers-2.6-amd64
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_alpha
|
||||
initramfs-tools
|
||||
aboot
|
||||
aboot-base
|
||||
discover1
|
||||
kernel-image-2.4-generic
|
||||
kernel-image-2.4-smp
|
||||
libdiscover1
|
||||
linux-image-2.6-alpha-generic
|
||||
linux-image-2.6-alpha-smp
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_hppa
|
||||
initramfs-tools
|
||||
discover1
|
||||
libdiscover1
|
||||
linux-image-2.6-parisc
|
||||
linux-image-2.6-parisc-smp
|
||||
linux-image-2.6-parisc64
|
||||
linux-image-2.6-parisc64-smp
|
||||
palo
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_ia64
|
||||
initramfs-tools
|
||||
discover1
|
||||
initrd-tools
|
||||
libdiscover1
|
||||
linux-image-2.6-itanium
|
||||
linux-image-2.6-itanium-smp
|
||||
linux-image-2.6-mckinley
|
||||
linux-image-2.6-mckinley-smp
|
||||
elilo
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_mips
|
||||
arcboot
|
||||
kernel-image-2.4.27-r4k-ip22
|
||||
kernel-image-2.4.27-r5k-ip22
|
||||
kernel-image-2.4.27-sb1-swarm-bn
|
||||
sibyl
|
||||
linux-image-2.6-r4k-ip22
|
||||
linux-image-2.6-r5k-ip32
|
||||
linux-image-2.6-sb1-bcm91250a
|
||||
linux-image-2.6-sb1a-bcm91480b
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_mipsel
|
||||
sibyl
|
||||
colo
|
||||
delo
|
||||
kernel-image-2.4.27-r3k-kn02
|
||||
kernel-image-2.4.27-r4k-kn04
|
||||
kernel-image-2.4.27-r5k-cobalt
|
||||
kernel-image-2.4.27-r5k-lasat
|
||||
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
|
||||
|
||||
#ifdef ARCH_powerpc
|
||||
#ifdef ARCH_arm
|
||||
initramfs-tools
|
||||
discover1
|
||||
quik
|
||||
yaboot
|
||||
mkvmlinuz
|
||||
module-init-tools
|
||||
initrd-tools
|
||||
linux-image-2.6-powerpc
|
||||
linux-image-2.6-powerpc-smp
|
||||
linux-image-2.6-powerpc64
|
||||
kernel-image-2.6.8-powerpc
|
||||
kernel-image-2.6.8-power3
|
||||
kernel-image-2.6.8-power4
|
||||
kernel-image-2.4.27-apus
|
||||
libdiscover1
|
||||
nwutil
|
||||
slugimage
|
||||
glantank
|
||||
flash-kernel
|
||||
nslu2-utils
|
||||
apex-nslu2
|
||||
linux-image-2.6-footbridge
|
||||
linux-image-2.6-iop32x
|
||||
linux-image-2.6-ixp4xx
|
||||
linux-image-2.6-nslu2
|
||||
linux-image-2.6-rpc
|
||||
linux-image-2.6-s3c2410
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_sparc
|
||||
initramfs-tools
|
||||
silo
|
||||
discover1
|
||||
initrd-tools
|
||||
libdiscover1
|
||||
libc6-sparcv9b
|
||||
libc6-sparcv9
|
||||
linux-image-2.6-sparc32
|
||||
linux-image-2.6-sparc32-smp
|
||||
linux-image-2.6-sparc64
|
||||
linux-image-2.6-sparc64-smp
|
||||
kernel-image-2.4-sparc32
|
||||
kernel-image-2.4-sparc32-smp
|
||||
kernel-image-2.4-sparc64
|
||||
kernel-image-2.4-sparc64-smp
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_powerpc
|
||||
initramfs-tools
|
||||
discover1
|
||||
libdiscover1
|
||||
quik
|
||||
yaboot
|
||||
powerpc-utils
|
||||
hfsutils
|
||||
mkvmlinuz
|
||||
module-init-tools
|
||||
linux-image-2.6-powerpc
|
||||
linux-image-2.6-powerpc-smp
|
||||
linux-image-2.6-powerpc64
|
||||
kernel-image-2.6-powerpc
|
||||
kernel-image-2.6-power3
|
||||
kernel-image-2.6-power4
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_m68k
|
||||
fileutils
|
||||
kernel-image-2.2.25-mac
|
||||
kernel-image-2.4.27-amiga
|
||||
kernel-image-2.4.27-atari
|
||||
kernel-image-2.4.27-bvme6000
|
||||
kernel-image-2.4.27-mvme147
|
||||
kernel-image-2.4.27-mvme16x
|
||||
kernel-image-2.4.27-q40
|
||||
#endif
|
||||
#ifdef ARCH_arm
|
||||
discover1
|
||||
kernel-image-2.4.27-bast
|
||||
kernel-image-2.4.27-lart
|
||||
kernel-image-2.4.27-netwinder
|
||||
kernel-image-2.4.27-riscpc
|
||||
kernel-image-2.4.27-riscstation
|
||||
amiboot
|
||||
atari-bootstrap
|
||||
emile
|
||||
vmelilo
|
||||
linux-image-2.6-amiga
|
||||
linux-image-2.6-mac
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
/* These files + the ones needed by debootstrap are the ones needed for
|
||||
* debian-installer to be able to complete the installation of the base
|
||||
* system.
|
||||
/* 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: Fri May 27 23:28:27 CEST 2005
|
||||
* Last update: Wed Apr 19 23:47:14 CEST 2006
|
||||
*/
|
||||
|
||||
#include <debian-installer-sarge>
|
||||
eject
|
||||
locales
|
||||
lvm10
|
||||
libdevmapper1.01
|
||||
lvm-common
|
||||
lvm2
|
||||
|
@ -23,115 +24,145 @@ jfbterm
|
|||
unifont
|
||||
hotplug
|
||||
usbutils
|
||||
iso-codes
|
||||
console-cyrillic
|
||||
console-terminus
|
||||
pcmcia-cs
|
||||
pcmciautils
|
||||
wireless-tools
|
||||
xfsprogs
|
||||
jfsutils
|
||||
dosfsutils
|
||||
reiserfsprogs
|
||||
libfribidi0
|
||||
localization-config
|
||||
acpid
|
||||
ppp
|
||||
pppoeconf
|
||||
udev
|
||||
installation-report
|
||||
openssh-server
|
||||
|
||||
/* libsysfs1-udeb provides libsysfs1 so we have to make sure the deb
|
||||
* gets included on the first CD too
|
||||
*/
|
||||
libsysfs1
|
||||
|
||||
#ifdef ARCH_i386
|
||||
initramfs-tools
|
||||
discover
|
||||
discover1
|
||||
grub
|
||||
lilo
|
||||
kernel-image-2.4.27-2-386
|
||||
kernel-pcmcia-modules-2.4.27-2-386
|
||||
kernel-image-2.6.8-2-386
|
||||
/* Note that we do not have to include every optimised kernel flavor for
|
||||
* i386. Kernel headers are included as third party modules are commonly
|
||||
* used on this architecture.
|
||||
*/
|
||||
kernel-image-2.4-386
|
||||
kernel-pcmcia-modules-2.4-386
|
||||
kernel-headers-2.4-386
|
||||
linux-image-2.6-386
|
||||
linux-headers-2.6-386
|
||||
/* 486 are same images, new name */
|
||||
linux-image-2.6-486
|
||||
linux-headers-2.6-486
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_amd64
|
||||
initramfs-tools
|
||||
discover
|
||||
discover1
|
||||
grub
|
||||
lilo
|
||||
kernel-image-2.6.8-11-amd64-generic
|
||||
linux-image-2.6-amd64-generic
|
||||
linux-headers-2.6-amd64-generic
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_alpha
|
||||
initramfs-tools
|
||||
aboot
|
||||
aboot-base
|
||||
discover1
|
||||
kernel-image-2.4-generic
|
||||
kernel-image-2.4-smp
|
||||
kernel-image-2.4.27-2-generic
|
||||
kernel-image-2.4.27-2-smp
|
||||
kernel-image-2.6-generic
|
||||
kernel-image-2.6-smp
|
||||
kernel-image-2.6.8-2-generic
|
||||
kernel-image-2.6.8-2-smp
|
||||
kernel-image-netbootable
|
||||
linux-image-2.6-alpha-generic
|
||||
linux-image-2.6-alpha-smp
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_hppa
|
||||
initramfs-tools
|
||||
discover1
|
||||
kernel-image-2.6.8-2-32
|
||||
kernel-image-2.6.8-2-32-smp
|
||||
kernel-image-2.6.8-2-64
|
||||
kernel-image-2.6.8-2-64-smp
|
||||
linux-image-2.6-parisc
|
||||
linux-image-2.6-parisc-smp
|
||||
linux-image-2.6-parisc64
|
||||
linux-image-2.6-parisc64-smp
|
||||
palo
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_ia64
|
||||
yaird
|
||||
discover1
|
||||
initrd-tools
|
||||
kernel-image-2.4.27-2-itanium
|
||||
kernel-image-2.4.27-2-itanium-smp
|
||||
kernel-image-2.4.27-2-mckinley
|
||||
kernel-image-2.4.27-2-mckinley-smp
|
||||
kernel-image-2.4-itanium
|
||||
kernel-image-2.4-itanium-smp
|
||||
kernel-image-2.4-mckinley
|
||||
kernel-image-2.4-mckinley-smp
|
||||
kernel-image-2.6.8-2-itanium
|
||||
kernel-image-2.6.8-2-itanium-smp
|
||||
kernel-image-2.6.8-2-mckinley
|
||||
kernel-image-2.6.8-2-mckinley-smp
|
||||
kernel-image-2.6-itanium
|
||||
kernel-image-2.6-itanium-smp
|
||||
kernel-image-2.6-mckinley
|
||||
kernel-image-2.6-mckinley-smp
|
||||
linux-image-2.6-itanium
|
||||
linux-image-2.6-itanium-smp
|
||||
linux-image-2.6-mckinley
|
||||
linux-image-2.6-mckinley-smp
|
||||
elilo
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_mips
|
||||
yaird
|
||||
arcboot
|
||||
sibyl
|
||||
kernel-image-2.4.27-r4k-ip22
|
||||
kernel-image-2.4.27-r5k-ip22
|
||||
kernel-image-2.4.27-sb1-swarm-bn
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_mipsel
|
||||
yaird
|
||||
sibyl
|
||||
colo
|
||||
delo
|
||||
kernel-image-2.4.27-r3k-kn02
|
||||
kernel-image-2.4.27-r4k-kn04
|
||||
kernel-image-2.4.27-r5k-cobalt
|
||||
kernel-image-2.4.27-r5k-lasat
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_powerpc
|
||||
initramfs-tools
|
||||
discover1
|
||||
quik
|
||||
yaboot
|
||||
powerpc-utils
|
||||
hfsutils
|
||||
mkvmlinuz
|
||||
module-init-tools
|
||||
initrd-tools
|
||||
linux-image-2.6-powerpc
|
||||
linux-image-2.6-powerpc-smp
|
||||
linux-image-2.6-powerpc64
|
||||
kernel-image-2.6.8-powerpc
|
||||
kernel-image-2.6.8-power3
|
||||
kernel-image-2.6.8-power4
|
||||
kernel-image-2.4.27-apus
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_sparc
|
||||
yaird
|
||||
silo
|
||||
discover1
|
||||
initrd-tools
|
||||
linux-image-2.6-sparc64
|
||||
linux-image-2.6-sparc64-smp
|
||||
kernel-image-2.4-sparc32
|
||||
kernel-image-2.4-sparc32-smp
|
||||
kernel-image-2.4-sparc64
|
||||
kernel-image-2.4-sparc64-smp
|
||||
kernel-image-2.4.27-2-sparc32
|
||||
kernel-image-2.4.27-2-sparc32-smp
|
||||
kernel-image-2.4.27-2-sparc64
|
||||
kernel-image-2.4.27-2-sparc64-smp
|
||||
kernel-image-2.6-sparc32
|
||||
kernel-image-2.6-sparc64
|
||||
kernel-image-2.6-sparc64-smp
|
||||
kernel-image-2.6.8-2-sparc32
|
||||
kernel-image-2.6.8-2-sparc64
|
||||
kernel-image-2.6.8-2-sparc64-smp
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_m68k
|
||||
yaird
|
||||
fileutils
|
||||
vmelilo
|
||||
kernel-image-2.2.25-mac
|
||||
kernel-image-2.4.27-amiga
|
||||
kernel-image-2.4.27-atari
|
||||
|
@ -140,11 +171,15 @@ kernel-image-2.4.27-mvme147
|
|||
kernel-image-2.4.27-mvme16x
|
||||
kernel-image-2.4.27-q40
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_arm
|
||||
initramfs-tools
|
||||
discover1
|
||||
kernel-image-2.4.27-bast
|
||||
kernel-image-2.4.27-lart
|
||||
kernel-image-2.4.27-netwinder
|
||||
kernel-image-2.4.27-riscpc
|
||||
kernel-image-2.4.27-riscstation
|
||||
linux-image-2.6-s3c2410
|
||||
linux-image-2.6-footbridge
|
||||
#endif
|
||||
|
|
|
@ -1,20 +1,21 @@
|
|||
/* These files + the ones needed by debootstrap are the ones needed for
|
||||
* debian-installer to be able to complete the installation of the base
|
||||
* system.
|
||||
/* 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 Oct 11 11:43:14 CEST 2005
|
||||
* Last update: Thu Nov 16 05:09:43 CET 2006
|
||||
*/
|
||||
|
||||
#include <debian-installer-sid>
|
||||
eject
|
||||
locales
|
||||
lvm10
|
||||
libdevmapper1.01
|
||||
libdevmapper1.02
|
||||
lvm-common
|
||||
lvm2
|
||||
mdadm
|
||||
|
@ -23,124 +24,178 @@ jfbterm
|
|||
unifont
|
||||
hotplug
|
||||
usbutils
|
||||
iso-codes
|
||||
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
|
||||
|
||||
/* libsysfs2-udeb provides libsysfs2 so we have 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
|
||||
*/
|
||||
|
||||
#ifdef ARCH_i386
|
||||
initramfs-tools
|
||||
discover
|
||||
discover1
|
||||
libdiscover1
|
||||
grub
|
||||
lilo
|
||||
elilo
|
||||
libc6-i686
|
||||
/* Note that we do not have to include every optimised kernel flavor for
|
||||
* i386. Kernel headers are included as third party modules are commonly
|
||||
* 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.
|
||||
*/
|
||||
kernel-image-2.4-386
|
||||
kernel-pcmcia-modules-2.4-386
|
||||
kernel-headers-2.4-386
|
||||
linux-image-2.6-386
|
||||
linux-headers-2.6-386
|
||||
linux-image-2.6-486
|
||||
linux-headers-2.6-486
|
||||
linux-image-2.6-686
|
||||
linux-headers-2.6-686
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_amd64
|
||||
initramfs-tools
|
||||
discover
|
||||
discover1
|
||||
libdiscover1
|
||||
grub
|
||||
lilo
|
||||
linux-image-2.6-amd64-generic
|
||||
linux-headers-2.6-amd64-generic
|
||||
linux-image-2.6-amd64
|
||||
linux-headers-2.6-amd64
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_alpha
|
||||
initramfs-tools
|
||||
aboot
|
||||
aboot-base
|
||||
discover1
|
||||
kernel-image-2.4-generic
|
||||
kernel-image-2.4-smp
|
||||
libdiscover1
|
||||
linux-image-2.6-alpha-generic
|
||||
linux-image-2.6-alpha-smp
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_hppa
|
||||
initramfs-tools
|
||||
discover1
|
||||
libdiscover1
|
||||
linux-image-2.6-parisc
|
||||
linux-image-2.6-parisc-smp
|
||||
linux-image-2.6-parisc64
|
||||
linux-image-2.6-parisc64-smp
|
||||
palo
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_ia64
|
||||
initramfs-tools
|
||||
discover1
|
||||
initrd-tools
|
||||
libdiscover1
|
||||
linux-image-2.6-itanium
|
||||
linux-image-2.6-itanium-smp
|
||||
linux-image-2.6-mckinley
|
||||
linux-image-2.6-mckinley-smp
|
||||
elilo
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_mips
|
||||
arcboot
|
||||
kernel-image-2.4.27-r4k-ip22
|
||||
kernel-image-2.4.27-r5k-ip22
|
||||
kernel-image-2.4.27-sb1-swarm-bn
|
||||
sibyl
|
||||
linux-image-2.6-r4k-ip22
|
||||
linux-image-2.6-r5k-ip32
|
||||
linux-image-2.6-sb1-bcm91250a
|
||||
linux-image-2.6-sb1a-bcm91480b
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_mipsel
|
||||
sibyl
|
||||
colo
|
||||
delo
|
||||
kernel-image-2.4.27-r3k-kn02
|
||||
kernel-image-2.4.27-r4k-kn04
|
||||
kernel-image-2.4.27-r5k-cobalt
|
||||
kernel-image-2.4.27-r5k-lasat
|
||||
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
|
||||
|
||||
#ifdef ARCH_powerpc
|
||||
#ifdef ARCH_arm
|
||||
initramfs-tools
|
||||
discover1
|
||||
quik
|
||||
yaboot
|
||||
mkvmlinuz
|
||||
module-init-tools
|
||||
initrd-tools
|
||||
linux-image-2.6-powerpc
|
||||
linux-image-2.6-powerpc-smp
|
||||
linux-image-2.6-powerpc64
|
||||
kernel-image-2.6.8-powerpc
|
||||
kernel-image-2.6.8-power3
|
||||
kernel-image-2.6.8-power4
|
||||
kernel-image-2.4.27-apus
|
||||
libdiscover1
|
||||
nwutil
|
||||
slugimage
|
||||
glantank
|
||||
flash-kernel
|
||||
nslu2-utils
|
||||
apex-nslu2
|
||||
linux-image-2.6-footbridge
|
||||
linux-image-2.6-iop32x
|
||||
linux-image-2.6-ixp4xx
|
||||
linux-image-2.6-nslu2
|
||||
linux-image-2.6-rpc
|
||||
linux-image-2.6-s3c2410
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_sparc
|
||||
initramfs-tools
|
||||
silo
|
||||
discover1
|
||||
initrd-tools
|
||||
libdiscover1
|
||||
libc6-sparcv9b
|
||||
libc6-sparcv9
|
||||
linux-image-2.6-sparc32
|
||||
linux-image-2.6-sparc32-smp
|
||||
linux-image-2.6-sparc64
|
||||
linux-image-2.6-sparc64-smp
|
||||
kernel-image-2.4-sparc32
|
||||
kernel-image-2.4-sparc32-smp
|
||||
kernel-image-2.4-sparc64
|
||||
kernel-image-2.4-sparc64-smp
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_powerpc
|
||||
initramfs-tools
|
||||
discover1
|
||||
libdiscover1
|
||||
quik
|
||||
yaboot
|
||||
powerpc-utils
|
||||
hfsutils
|
||||
mkvmlinuz
|
||||
module-init-tools
|
||||
linux-image-2.6-powerpc
|
||||
linux-image-2.6-powerpc-smp
|
||||
linux-image-2.6-powerpc64
|
||||
kernel-image-2.6-powerpc
|
||||
kernel-image-2.6-power3
|
||||
kernel-image-2.6-power4
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_m68k
|
||||
fileutils
|
||||
kernel-image-2.2.25-mac
|
||||
kernel-image-2.4.27-amiga
|
||||
kernel-image-2.4.27-atari
|
||||
kernel-image-2.4.27-bvme6000
|
||||
kernel-image-2.4.27-mvme147
|
||||
kernel-image-2.4.27-mvme16x
|
||||
kernel-image-2.4.27-q40
|
||||
#endif
|
||||
#ifdef ARCH_arm
|
||||
discover1
|
||||
kernel-image-2.4.27-bast
|
||||
kernel-image-2.4.27-lart
|
||||
kernel-image-2.4.27-netwinder
|
||||
kernel-image-2.4.27-riscpc
|
||||
kernel-image-2.4.27-riscstation
|
||||
amiboot
|
||||
atari-bootstrap
|
||||
emile
|
||||
vmelilo
|
||||
linux-image-2.6-amiga
|
||||
linux-image-2.6-mac
|
||||
|
||||
#endif
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -5,7 +5,7 @@
|
|||
*
|
||||
* DO NOT EDIT THIS FILE, edit the above script
|
||||
*
|
||||
* Last update: Fri May 27 23:28:25 CEST 2005
|
||||
* Last update: Wed Apr 19 23:47:12 CEST 2006
|
||||
*/
|
||||
#ifdef ARCH_alpha
|
||||
aboot-installer
|
||||
|
@ -48,6 +48,7 @@ fat-modules-2.4.27-2-generic-di
|
|||
fb-modules-2.4.27-2-generic-di
|
||||
fbset-udeb
|
||||
fdisk-udeb
|
||||
gpgv-udeb
|
||||
hdparm-udeb
|
||||
hw-detect-full
|
||||
ide-core-modules-2.4.27-2-generic-di
|
||||
|
@ -171,6 +172,7 @@ fat-modules-2.4.27-riscpc-di
|
|||
fat-modules-2.4.27-riscstation-di
|
||||
fbset-udeb
|
||||
fdisk-udeb
|
||||
gpgv-udeb
|
||||
hdparm-udeb
|
||||
hw-detect-full
|
||||
isa-pnp-modules-2.4.27-netwinder-di
|
||||
|
@ -292,6 +294,7 @@ fbset-udeb
|
|||
fdisk-udeb
|
||||
firewire-core-modules-2.6.8-2-32-di
|
||||
firewire-core-modules-2.6.8-2-64-di
|
||||
gpgv-udeb
|
||||
hdparm-udeb
|
||||
hw-detect-full
|
||||
ide-modules-2.6.8-2-32-di
|
||||
|
@ -419,6 +422,7 @@ firewire-core-modules-2.4.27-2-386-di
|
|||
firewire-core-modules-2.6.8-2-386-di
|
||||
firmware-modules-2.4.27-2-386-di
|
||||
firmware-modules-2.6.8-2-386-di
|
||||
gpgv-udeb
|
||||
grub-installer
|
||||
hdparm-udeb
|
||||
hw-detect-full
|
||||
|
@ -577,6 +581,7 @@ firewire-core-modules-2.4.27-2-itanium-smp-di
|
|||
firewire-core-modules-2.6.8-2-itanium-smp-di
|
||||
firmware-modules-2.4.27-2-itanium-smp-di
|
||||
firmware-modules-2.6.8-2-itanium-smp-di
|
||||
gpgv-udeb
|
||||
hdparm-udeb
|
||||
hw-detect-full
|
||||
ide-core-modules-2.4.27-2-itanium-smp-di
|
||||
|
@ -724,6 +729,7 @@ fat-modules-2.4.27-mvme147-di
|
|||
fat-modules-2.4.27-mvme16x-di
|
||||
fat-modules-2.4.27-q40-di
|
||||
fbset-udeb
|
||||
gpgv-udeb
|
||||
hdparm-udeb
|
||||
hw-detect-full
|
||||
jfs-modules-2.4.27-amiga-di
|
||||
|
@ -871,6 +877,7 @@ fat-modules-2.4.27-sb1-swarm-bn-di
|
|||
fb-modules-2.4.27-sb1-swarm-bn-di
|
||||
fbset-udeb
|
||||
fdisk-udeb
|
||||
gpgv-udeb
|
||||
hdparm-udeb
|
||||
hw-detect-full
|
||||
input-modules-2.4.27-sb1-swarm-bn-di
|
||||
|
@ -1006,6 +1013,7 @@ fat-modules-2.4.27-sb1-swarm-bn-di
|
|||
fb-modules-2.4.27-sb1-swarm-bn-di
|
||||
fbset-udeb
|
||||
fdisk-udeb
|
||||
gpgv-udeb
|
||||
hdparm-udeb
|
||||
hw-detect-full
|
||||
input-modules-2.4.27-sb1-swarm-bn-di
|
||||
|
@ -1153,6 +1161,7 @@ floppy-modules-2.4.27-powerpc-small-di
|
|||
floppy-modules-2.6.8-power3-di
|
||||
floppy-modules-2.6.8-power4-di
|
||||
floppy-modules-2.6.8-powerpc-di
|
||||
gpgv-udeb
|
||||
hdparm-udeb
|
||||
hfs-modules-2.4.27-powerpc-di
|
||||
hfs-modules-2.4.27-powerpc-small-di
|
||||
|
@ -1338,6 +1347,8 @@ eject-udeb
|
|||
ethdetect
|
||||
evms-udeb
|
||||
fbset-udeb
|
||||
fdisk-udeb
|
||||
gpgv-udeb
|
||||
hdparm-udeb
|
||||
hw-detect-full
|
||||
jfsutils-udeb
|
||||
|
@ -1452,6 +1463,7 @@ fbset-udeb
|
|||
fdisk-udeb
|
||||
firewire-core-modules-2.4.27-2-sparc64-di
|
||||
firmware-modules-2.4.27-2-sparc64-di
|
||||
gpgv-udeb
|
||||
hdparm-udeb
|
||||
hw-detect-full
|
||||
ide-modules-2.4.27-2-sparc64-di
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -10,12 +10,130 @@ aspell-fr
|
|||
aspell-pt
|
||||
cfdisk-utf8
|
||||
gcc272
|
||||
python2.1
|
||||
smail
|
||||
tcl8.0
|
||||
tk8.0
|
||||
exim
|
||||
xserver-xfree86-dbg
|
||||
zmailer
|
||||
xmail
|
||||
cdebconf
|
||||
inetutils-inetd
|
||||
kernel-headers-2.4.27-2-sparc32
|
||||
kernel-headers-2.4.27-2-sparc32-smp
|
||||
kernel-headers-2.4.27-2-sparc64
|
||||
kernel-headers-2.4.27-2-sparc64-smp
|
||||
kernel-image-2.4.27-2-sparc32
|
||||
kernel-image-2.4.27-2-sparc32-smp
|
||||
kernel-image-2.4.27-2-sparc64
|
||||
kernel-image-2.4.27-2-sparc64-smp
|
||||
kernel-image-2.4.27-2-s390
|
||||
kernel-image-2.4.27-2-s390-tape
|
||||
kernel-image-2.4.27-2-s390x
|
||||
linux-headers-2.6.15
|
||||
linux-headers-2.6.15-1
|
||||
linux-headers-2.6.15-1-486
|
||||
linux-headers-2.6.15-1-686
|
||||
linux-headers-2.6.15-1-686-smp
|
||||
linux-headers-2.6.15-1-alpha-generic
|
||||
linux-headers-2.6.15-1-alpha-legacy
|
||||
linux-headers-2.6.15-1-alpha-smp
|
||||
linux-headers-2.6.15-1-amd64-generic
|
||||
linux-headers-2.6.15-1-amd64-k8
|
||||
linux-headers-2.6.15-1-amd64-k8-smp
|
||||
linux-headers-2.6.15-1-amiga
|
||||
linux-headers-2.6.15-1-apus
|
||||
linux-headers-2.6.15-1-atari
|
||||
linux-headers-2.6.15-1-bvme6000
|
||||
linux-headers-2.6.15-1-em64t-p4
|
||||
linux-headers-2.6.15-1-em64t-p4-smp
|
||||
linux-headers-2.6.15-1-footbridge
|
||||
linux-headers-2.6.15-1-hp
|
||||
linux-headers-2.6.15-1-itanium
|
||||
linux-headers-2.6.15-1-itanium-smp
|
||||
linux-headers-2.6.15-1-ixp4xx
|
||||
linux-headers-2.6.15-1-k7
|
||||
linux-headers-2.6.15-1-k7-smp
|
||||
linux-headers-2.6.15-1-mac
|
||||
linux-headers-2.6.15-1-mckinley
|
||||
linux-headers-2.6.15-1-mckinley-smp
|
||||
linux-headers-2.6.15-1-mvme147
|
||||
linux-headers-2.6.15-1-mvme16x
|
||||
linux-headers-2.6.15-1-nslu2
|
||||
linux-headers-2.6.15-1-parisc
|
||||
linux-headers-2.6.15-1-parisc64
|
||||
linux-headers-2.6.15-1-parisc64-smp
|
||||
linux-headers-2.6.15-1-parisc-smp
|
||||
linux-headers-2.6.15-1-powerpc
|
||||
linux-headers-2.6.15-1-powerpc64
|
||||
linux-headers-2.6.15-1-powerpc-miboot
|
||||
linux-headers-2.6.15-1-powerpc-smp
|
||||
linux-headers-2.6.15-1-q40
|
||||
linux-headers-2.6.15-1-rpc
|
||||
linux-headers-2.6.15-1-s390
|
||||
linux-headers-2.6.15-1-s390x
|
||||
linux-headers-2.6.15-1-s3c2410
|
||||
linux-headers-2.6.15-1-sparc64
|
||||
linux-headers-2.6.15-1-sparc64-smp
|
||||
linux-headers-2.6.15-1-sun3
|
||||
linux-image-2.6.15-1-486
|
||||
linux-image-2.6.15-1-686
|
||||
linux-image-2.6.15-1-686-smp
|
||||
linux-image-2.6.15-1-alpha-generic
|
||||
linux-image-2.6.15-1-alpha-legacy
|
||||
linux-image-2.6.15-1-alpha-smp
|
||||
linux-image-2.6.15-1-amd64-generic
|
||||
linux-image-2.6.15-1-amd64-k8
|
||||
linux-image-2.6.15-1-amd64-k8-smp
|
||||
linux-image-2.6.15-1-amiga
|
||||
linux-image-2.6.15-1-apus
|
||||
linux-image-2.6.15-1-atari
|
||||
linux-image-2.6.15-1-bvme6000
|
||||
linux-image-2.6.15-1-em64t-p4
|
||||
linux-image-2.6.15-1-em64t-p4-smp
|
||||
linux-image-2.6.15-1-footbridge
|
||||
linux-image-2.6.15-1-hp
|
||||
linux-image-2.6.15-1-itanium
|
||||
linux-image-2.6.15-1-itanium-smp
|
||||
linux-image-2.6.15-1-ixp4xx
|
||||
linux-image-2.6.15-1-k7
|
||||
linux-image-2.6.15-1-k7-smp
|
||||
linux-image-2.6.15-1-mac
|
||||
linux-image-2.6.15-1-mckinley
|
||||
linux-image-2.6.15-1-mckinley-smp
|
||||
linux-image-2.6.15-1-mvme147
|
||||
linux-image-2.6.15-1-mvme16x
|
||||
linux-image-2.6.15-1-nslu2
|
||||
linux-image-2.6.15-1-parisc
|
||||
linux-image-2.6.15-1-parisc64
|
||||
linux-image-2.6.15-1-parisc64-smp
|
||||
linux-image-2.6.15-1-parisc-smp
|
||||
linux-image-2.6.15-1-powerpc
|
||||
linux-image-2.6.15-1-powerpc64
|
||||
linux-image-2.6.15-1-powerpc-miboot
|
||||
linux-image-2.6.15-1-powerpc-smp
|
||||
linux-image-2.6.15-1-q40
|
||||
linux-image-2.6.15-1-rpc
|
||||
linux-image-2.6.15-1-s390
|
||||
linux-image-2.6.15-1-s390x
|
||||
linux-image-2.6.15-1-s3c2410
|
||||
linux-image-2.6.15-1-sparc64
|
||||
linux-image-2.6.15-1-sparc64-smp
|
||||
linux-image-2.6.15-1-sun3
|
||||
linux-image-2.6.16-2-vserver-686
|
||||
linux-image-2.6.16-2-vserver-amd64-k8
|
||||
linux-image-2.6.16-2-vserver-em64t-p4
|
||||
linux-image-2.6.16-2-vserver-k7
|
||||
linux-image-2.6.16-2-vserver-powerpc
|
||||
linux-image-2.6.16-2-vserver-powerpc64
|
||||
linux-image-2.6.16-2-vserver-s390x
|
||||
linux-image-2.6.16-2-xen-686
|
||||
linux-image-2.6.16-2-xen-amd64-k8
|
||||
linux-image-2.6.16-2-xen-em64t-p4
|
||||
linux-image-2.6.16-2-xen-k7
|
||||
linux-image-2.6.16-2-xen-vserver-686
|
||||
linux-image-2.6.16-2-xen-vserver-amd64-k8
|
||||
linux-image-2.6-vserver-686
|
||||
linux-image-2.6-vserver-amd64-k8
|
||||
linux-image-2.6-vserver-em64t-p4
|
||||
|
@ -42,3 +160,9 @@ linux-image-xen-em64t-p4
|
|||
linux-image-xen-k7
|
||||
linux-image-xen-vserver-686
|
||||
linux-image-xen-vserver-amd64-k8
|
||||
linux-modules-2.6.16-2-xen-686
|
||||
linux-modules-2.6.16-2-xen-amd64-k8
|
||||
linux-modules-2.6.16-2-xen-em64t-p4
|
||||
linux-modules-2.6.16-2-xen-k7
|
||||
linux-modules-2.6.16-2-xen-vserver-686
|
||||
linux-modules-2.6.16-2-xen-vserver-amd64-k8
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
|
||||
|
||||
xorg
|
||||
x-window-system-core
|
||||
gnome-desktop-environment
|
||||
apache2-mpm-prefork
|
||||
exim4
|
||||
|
|
|
@ -19,27 +19,23 @@
|
|||
|
||||
alsa-base
|
||||
alsa-utils
|
||||
avahi-daemon
|
||||
desktop-base
|
||||
discover1
|
||||
eject
|
||||
firefox
|
||||
gimp
|
||||
libnss-mdns
|
||||
menu
|
||||
myspell-en-us
|
||||
openoffice.org
|
||||
openoffice.org-help-en-us
|
||||
openoffice.org-thesaurus-en-us
|
||||
twm
|
||||
x-window-system-core
|
||||
xdg-utils
|
||||
xorg
|
||||
xresprobe
|
||||
xsane
|
||||
xterm
|
||||
alacarte
|
||||
bonfire
|
||||
brasero
|
||||
deskbar-applet
|
||||
evolution-exchange
|
||||
evolution-plugins
|
||||
|
@ -77,7 +73,7 @@ anacron
|
|||
apmd
|
||||
cpufrequtils
|
||||
hibernate
|
||||
pcmciautils
|
||||
pcmcia-cs
|
||||
uswsusp
|
||||
wireless-tools
|
||||
xserver-xorg-input-synaptics
|
||||
|
@ -125,7 +121,6 @@ openoffice.org-l10n-bn
|
|||
kde-i18n-bs
|
||||
openoffice.org-l10n-bs
|
||||
aspell-pt-br
|
||||
broffice.org
|
||||
ibrazilian
|
||||
manpages-pt
|
||||
myspell-pt-br
|
||||
|
@ -177,8 +172,11 @@ openoffice.org-l10n-sr-cs
|
|||
t1-cyrillic
|
||||
t1-teams
|
||||
ttf-arhangai
|
||||
xfonts-bolkhov-75dpi
|
||||
xfonts-bolkhov-cp1251-75dpi
|
||||
xfonts-bolkhov-cp1251-misc
|
||||
xfonts-bolkhov-misc
|
||||
xfonts-cronyx-100dpi
|
||||
xfonts-cronyx-cp1251-100dpi
|
||||
xfonts-cronyx-isocyr-100dpi
|
||||
xfonts-cronyx-isocyr-75dpi
|
||||
|
@ -233,7 +231,6 @@ openoffice.org-help-fr
|
|||
openoffice.org-l10n-fr
|
||||
aspell-gl-minimos
|
||||
kde-i18n-gl
|
||||
openoffice.org-l10n-ka
|
||||
ttf-bpg-georgian-fonts
|
||||
ding
|
||||
doc-linux-de
|
||||
|
@ -324,7 +321,6 @@ openoffice.org-help-ja
|
|||
openoffice.org-l10n-ja
|
||||
ttf-kochi-gothic
|
||||
ttf-kochi-mincho
|
||||
ttf-vlgothic
|
||||
uim
|
||||
khmerconverter
|
||||
kde-i18n-km
|
||||
|
|
Loading…
Reference in New Issue