* Don't include basedeb-images-* on the CD.

This commit is contained in:
Raphaël Hertzog 2002-02-13 10:25:02 +00:00
parent e14b741797
commit 54ddadb413
2 changed files with 4 additions and 0 deletions

View File

@ -594,6 +594,7 @@ $(BDIR)/CD1/dists/$(CODENAME)/main/disks-$(ARCH):
$(BDIR)/$$DISK/dists/$(CODENAME)/main/disks-$(ARCH) \
$(BOOTDISKS) . ; \
cd $(BDIR)/$$DISK/dists/$(CODENAME)/main/disks-$(ARCH); \
rm -f base-images-*; \
if [ "$(SYMLINK)" != "" ]; then exit 0; fi; \
if [ -L current ]; then \
CURRENT_LINK=`ls -l current | awk '{print $$11}'`; \

3
debian/changelog vendored
View File

@ -6,6 +6,9 @@ debian-cd (2.2.13) unstable; urgency=low
* Adapted to new s390 boot-floppies 3.0.19 directory structure (Stefan
Gybas <sgybas@debian.org>).
* Updated boot-i386 for the boot-floppies 3.0.19.
* Don't include the base-images-* directories on the CD. They
are meant for people wishing to install by floppy (who download the
floppy images from the net).
-- Raphael Hertzog <hertzog@debian.org> Sun, 20 Jan 2002 15:42:29 +0100