* First fix for the creation of .disk/kernel_installable.

* Added the corresponding changelog entry.
This commit is contained in:
Raphaël Hertzog 2002-03-02 19:45:24 +00:00
parent f8c0ab436e
commit f150eabdff
2 changed files with 5 additions and 1 deletions

View File

@ -609,7 +609,7 @@ $(BDIR)/CD1/dists/$(CODENAME)/main/disks-$(ARCH):
$(add_files) \
$(BDIR)/$$DISK/dists/$(CODENAME)/main/disks-$(ARCH) \
$(BOOTDISKS) . ; \
touch $(BDIR)/.disk/kernel_installable ; \
touch $(BDIR)/$$DISK/.disk/kernel_installable ; \
cd $(BDIR)/$$DISK/dists/$(CODENAME)/main/disks-$(ARCH); \
rm -rf base-images-*; \
if [ "$(SYMLINK)" != "" ]; then exit 0; fi; \

4
debian/changelog vendored
View File

@ -9,6 +9,10 @@ debian-cd (2.2.13) unstable; urgency=low
* 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).
* Corrected the priority to match the priority given in the override file.
* CDs with .disk/kernel_installable have the disks-<arch> directories
and those with .disk/base_installable have all the packages required
by debootstrap.
-- Raphael Hertzog <hertzog@debian.org> Sun, 20 Jan 2002 15:42:29 +0100