put back the extra images for full cds
This commit is contained in:
parent
957b7e9db9
commit
d57cff08f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue