From 54ddadb413baa1c2b1c05e465276416cf50c26e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Wed, 13 Feb 2002 10:25:02 +0000 Subject: [PATCH] * Don't include basedeb-images-* on the CD. --- Makefile | 1 + debian/changelog | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index c0283d03..2390ffcd 100755 --- a/Makefile +++ b/Makefile @@ -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}'`; \ diff --git a/debian/changelog b/debian/changelog index ddfce39d..ca1fd6ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 ). * 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 Sun, 20 Jan 2002 15:42:29 +0100