- Only exclude udebs from the CD that are in both the cd initrd and the
hd-media initrd, since both use the CD. This adds back floppy-modules and firewire-core-modules.
This commit is contained in:
parent
26180c00ea
commit
6cb12cb4f1
|
@ -1,8 +1,6 @@
|
|||
# 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/i386,
|
||||
# in d-i cvs.
|
||||
# These udebs are in the d-i cdrom initrd and the hd-media initrd.
|
||||
# As such, there is no reason to keep another copy of them on the CD
|
||||
# in udeb form.
|
||||
isa-pnp-modules-*
|
||||
socket-modules-*
|
||||
console-keymaps-at
|
||||
|
@ -11,7 +9,6 @@ discover-data-udeb
|
|||
discover-udeb
|
||||
discover1-data-udeb
|
||||
discover1-udeb
|
||||
floppy-modules-*
|
||||
fat-modules-*
|
||||
cdrom-core-modules-*
|
||||
cdrom-modules-*
|
||||
|
@ -21,7 +18,6 @@ input-modules-*
|
|||
fb-modules-*
|
||||
kbd-chooser
|
||||
usb-modules-*
|
||||
firewire-core-modules-*
|
||||
usb-storage-modules-*
|
||||
scsi-core-modules-*
|
||||
# Not needed with the 2.4 kernel on i386.
|
||||
|
|
|
@ -32,6 +32,9 @@ debian-cd (2.2.18) UNRELEASED; urgency=low
|
|||
priority mode. I only implemented it for i386 so far.
|
||||
- Add MAXCDS config variable, which forces debian-cd to stop after a given
|
||||
number of binary CDs.
|
||||
- Only exclude udebs from the CD that are in both the cd initrd and the
|
||||
hd-media initrd, since both use the CD. This adds back floppy-modules
|
||||
and firewire-core-modules.
|
||||
* Petter Reinholdtsen
|
||||
- Regenereated tasks/popularity-contest-sarge based on the current data.
|
||||
- Avoid kernel versions 2.4.24 and 2.6.3 on the first i386 CD, as we
|
||||
|
|
Loading…
Reference in New Issue