Add exclude-udebs-powerpc list with packages already in the initrd, along

the same lines as exclude-udebs-i386. Saves about 11 megabytes.
This commit is contained in:
Colin Watson 2004-06-28 14:36:22 +00:00
parent 83b25ffb88
commit 351e17eb44
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# These udebs build the d-i cdrom initrd. As such, there is no reason
# to keep another copy of them on the CD in udeb form.
#
# This duplicates data found in the file build/pkg-lists/cdrom/powerpc,
# in d-i Subversion.
cdrom-core-modules-*
console-keymaps-at
console-keymaps-usb
discover-data-udeb
discover-udeb
discover1-data-udeb
discover1-udeb
eject-udeb
firewire-core-modules-*
fs-common-modules-*
ide-modules-*
input-modules-*
kbd-chooser
pcmcia-cs-udeb
pcmcia-modules-*
pcmcia-storage-modules-*
scsi-common-modules-*
scsi-core-modules-*
scsi-modules-*
socket-modules-*
usb-modules-*
usb-storage-modules-*
# Not needed with the 2.4 kernel on powerpc.
userdevfs

3
debian/changelog vendored
View File

@ -91,6 +91,9 @@ debian-cd (2.2.18) UNRELEASED; urgency=low
- Fix preprocess of exclude files when EXCLUDE is not set.
* Kenshi Muto
- Add floppy/asian-root.img and floppy/access/* as i386 disk image.
* Colin Watson
- Add exclude-udebs-powerpc list with packages already in the initrd,
along the same lines as exclude-udebs-i386. Saves about 11 megabytes.
-- Raphael Hertzog <hertzog@debian.org> Thu, 25 Mar 2004 07:33:23 +0100