* Remove exim4 from the netinst CDs by adding further insane cruft to the

insane cruft already in the Makefile. (debootstrap no longer installs an
  MTA, so this should save some useful space on the netinsts)
This commit is contained in:
Joey Hess 2005-12-27 04:25:23 +00:00
parent c7e4d077cf
commit 25cc1f62e8
2 changed files with 9 additions and 2 deletions

View File

@ -365,13 +365,17 @@ $(BDIR)/list.exclude: $(BDIR)/rawlist-exclude
# Build the raw list (cpp output) with doubles and spaces
$(BDIR)/rawlist:
# Dirty workaround for saving space on netinst images, we add some hints.
# Dirty workaround for saving space, we add some hints to break ties.
# This is just a temporal solution, list2cds should be a little bit less
# silly so that this is not needed. For more info have a look at
# http://lists.debian.org/debian-cd/2004/debian-cd-200404/msg00093.html
ifneq ($(INSTALLER_CD),1)
ifeq ($(INSTALLER_CD),2)
/bin/echo -e "mawk\nunifont\npptp-linux" >>$(BDIR)/rawlist
else
/bin/echo -e "mawk\nexim4-daemon-light\nunifont\npptp-linux" >>$(BDIR)/rawlist
endif
endif # INSTALLER_CD 1
ifdef FORCENONUSONCD1
$(Q)$(apt) cache dumpavail | \
grep-dctrl -FSection -n -sPackage -e '^(non-US|non-us)' - | \

5
debian/changelog vendored
View File

@ -125,8 +125,11 @@ debian-cd (2.2.24) UNRELEASED; urgency=low
[ Joey Hess ]
* Update base-etch with current debootstrap, and also update the recipe to
create it due to changes in debootstrap.
* Remove exim4 from the netinst CDs by adding further insane cruft to the
insane cruft already in the Makefile. (debootstrap no longer installs an
MTA, so this should save some useful space on the netinsts)
-- Joey Hess <joeyh@debian.org> Mon, 26 Dec 2005 23:04:43 -0500
-- Joey Hess <joeyh@debian.org> Mon, 26 Dec 2005 23:23:08 -0500
debian-cd (2.2.23) unstable; urgency=low