Create cdrom/.disk/base_components used by debian-installer.

This commit is contained in:
Petter Reinholdtsen 2002-12-14 13:47:01 +00:00
parent 74f127219d
commit dd8a0ea81b
2 changed files with 8 additions and 0 deletions

View File

@ -486,6 +486,13 @@ $(BDIR)/packages-stamp:
dir=$(BDIR)/CD$$dir; \
$(scanpackages) install $$dir; \
done
$(Q)for DISK in $(FIRSTDISKS); do \
DISK=$${DISK##CD}; \
echo 'main' > $(BDIR)/CD$$DISK/.disk/base_components; \
if [ -n "$(LOCAL)" ]; then \
echo 'local' >> $(BDIR)/CD$$DISK/.disk/base_components; \
fi; \
done
$(Q)touch $(BDIR)/packages-stamp
sources: src-infos src-list $(SDIR)/sources-stamp

1
debian/changelog vendored
View File

@ -14,6 +14,7 @@ debian-cd (2.2.16) UNRELEASED; urgency=low
have a mirror of main.
* Petter Reinholdtsen:
- Add CONTRIB flag to debian/CONF.sh.
- Create cdrom/.disk/base_components used by debian-installer.
-- Tollef Fog Heen <tfheen@debian.org> Sat, 7 Dec 2002 10:58:53 +0100