* First fix for the creation of .disk/kernel_installable.
* Added the corresponding changelog entry.
This commit is contained in:
parent
f8c0ab436e
commit
f150eabdff
2
Makefile
2
Makefile
|
@ -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; \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue