put back the extra images for full cds

This commit is contained in:
Joey Hess 2004-09-23 12:06:29 +00:00
parent 957b7e9db9
commit d57cff08f9
1 changed files with 6 additions and 1 deletions

View File

@ -47,7 +47,12 @@ 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"
EXTRA_DISK_IMAGES=""
# Only include extra disk images on full CDs, not on smaller images.
if [ "$INSTALLER_CD" =! 1 ] && [ "$INSTALLER_CD" =! 2 ]; then
# 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"
fi
# Download boot images and floppies.
for image in $BOOT_IMAGES $DISK_IMAGES; do