Exclude floppy and el-torito images for i386 as they are not being built

This commit is contained in:
Frans Pop 2006-07-29 21:09:05 +00:00
parent 7c7e23faf9
commit 2e0f6ffcca
2 changed files with 7 additions and 5 deletions

3
debian/changelog vendored
View File

@ -107,8 +107,9 @@ debian-cd (2.2.25) UNRELEASED; urgency=low
[ Frans Pop ]
* There are no "tape" images with 2.6.16 for S/390.
* Exclude floppy and el-torito images for i386 as they are not being built.
-- Frans Pop <fjp@debian.org> Sat, 29 Jul 2006 21:09:45 +0200
-- Frans Pop <fjp@debian.org> Sat, 29 Jul 2006 23:07:48 +0200
debian-cd (2.2.24) unstable; urgency=low

View File

@ -52,10 +52,11 @@ THISTYPE=${KTYPE[$NN]}
BOOT_IMAGES="cdrom/initrd.gz cdrom/vmlinuz cdrom/debian-cd_info.tar.gz"
# Only include disk images on full CDs, not on smaller images.
if [ "$INSTALLER_CD" != 1 ] && [ "$INSTALLER_CD" != 2 ]; then
DISK_IMAGES="floppy/cd-drivers.img floppy/boot.img floppy/root.img"
EXTRA_DISK_IMAGES="cdrom/boot.img floppy/access/root.img floppy/access/boot.img floppy/access/cd-drivers.img"
fi
# Exclude disk images for Etch Beta 3 as they are not being built (size problems)
#if [ "$INSTALLER_CD" != 1 ] && [ "$INSTALLER_CD" != 2 ]; then
# DISK_IMAGES="floppy/cd-drivers.img floppy/boot.img floppy/root.img"
# EXTRA_DISK_IMAGES="cdrom/boot.img floppy/access/root.img floppy/access/boot.img floppy/access/cd-drivers.img"
#fi
# Download boot images and floppies.
for image in $BOOT_IMAGES; do