* Include floppy disk images again for i386.
This commit is contained in:
parent
2e1eef1c87
commit
9924a80b78
|
@ -58,7 +58,10 @@ debian-cd (2.2.26) UNRELEASED; urgency=low
|
|||
MAXCDS=1
|
||||
NOSOURCE=1
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Wed, 15 Nov 2006 18:00:57 -0500
|
||||
[ Frans Pop ]
|
||||
* Include floppy disk images again for i386.
|
||||
|
||||
-- Frans Pop <fjp@debian.org> Thu, 23 Nov 2006 01:42:00 +0100
|
||||
|
||||
debian-cd (2.2.25) unstable; urgency=low
|
||||
|
||||
|
|
|
@ -54,11 +54,10 @@ 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.
|
||||
# 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
|
||||
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"
|
||||
fi
|
||||
|
||||
# Download boot images and floppies.
|
||||
for image in $BOOT_IMAGES; do
|
||||
|
|
Loading…
Reference in New Issue