* Don't include basedeb-images-* on the CD.
This commit is contained in:
parent
e14b741797
commit
54ddadb413
1
Makefile
1
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}'`; \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue