- Remove access floppies to save space on netinsts. Also remove

net-drivers floppy and some other things not really needed for install
      from CD.
This commit is contained in:
Joey Hess 2004-09-23 11:12:52 +00:00
parent 131d434ef8
commit 957b7e9db9
2 changed files with 4 additions and 3 deletions

3
debian/changelog vendored
View File

@ -12,6 +12,9 @@ debian-cd (2.2.20) UNRELEASED; urgency=low
- Access floppy reorg.
- Sparc daily builds moved to joshk's builds.
- Update tasks for 2.4.27 and 2.6.8 kernels.
- Remove access floppies to save space on netinsts. Also remove
net-drivers floppy and some other things not really needed for install
from CD.
* Stephen R. Marenka
- Add support for m68k reorganization.
- Bump m68k 2.4 kernels to 2.4.27.

View File

@ -47,9 +47,7 @@ THISTYPE=${KTYPE[$NN]}
BOOT_IMAGES="cdrom/boot.img cdrom/initrd.gz cdrom/vmlinuz cdrom/debian-cd_info.tar.gz"
DISK_IMAGES="floppy/cd-drivers.img floppy/boot.img floppy/root.img"
# Note that floppy/access/drivers.img was renamed to cd-drivers, both
# present for the transition.
EXTRA_DISK_IMAGES="floppy/net-drivers.img floppy/access/root.img floppy/access/boot.img floppy/access/cd-drivers.img floppy/access/drivers.img floppy/asian-root.img floppy/cyrillic-root.img floppy/mideast-root.img"
EXTRA_DISK_IMAGES=""
# Download boot images and floppies.
for image in $BOOT_IMAGES $DISK_IMAGES; do