Exclude floppy and el-torito images for i386 as they are not being built
This commit is contained in:
parent
7c7e23faf9
commit
2e0f6ffcca
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue