* Remove net-drivers floppy from full CD images.
This commit is contained in:
parent
3ab98260ea
commit
7980cf50a4
|
@ -1,3 +1,9 @@
|
|||
debian-cd (2.2.25) UNRELEASED; urgency=low
|
||||
|
||||
* Remove net-drivers floppy from full CD images.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Wed, 8 Mar 2006 13:02:01 -0500
|
||||
|
||||
debian-cd (2.2.24) unstable; urgency=low
|
||||
|
||||
[ Bdale Garbee ]
|
||||
|
|
|
@ -53,7 +53,7 @@ BOOT_IMAGES="cdrom/boot.img cdrom/initrd.gz cdrom/vmlinuz cdrom/debian-cd_info.t
|
|||
# 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="floppy/access/root.img floppy/access/boot.img floppy/access/cd-drivers.img floppy/net-drivers.cfg"
|
||||
EXTRA_DISK_IMAGES="floppy/access/root.img floppy/access/boot.img floppy/access/cd-drivers.img"
|
||||
fi
|
||||
|
||||
# Download boot images and floppies.
|
||||
|
|
Loading…
Reference in New Issue