From 11f1d4904d3bb04deb23377d78270cfe143c096c Mon Sep 17 00:00:00 2001 From: Santiago Garcia Mantinan Date: Wed, 21 Apr 2004 20:17:53 +0000 Subject: [PATCH] Add dirty temporal workaround for saving space on netinst images. The workaround consists in some hints added to rawlist so that the dependencies are satisfied in a more clever way than list2cds does. This should be fixed in a proper way on list2cds when time permits. --- Makefile | 5 +++++ debian/changelog | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12ff56cf..ffaefb25 100755 --- a/Makefile +++ b/Makefile @@ -331,6 +331,11 @@ $(BDIR)/list: $(BDIR)/rawlist # Build the raw list (cpp output) with doubles and spaces $(BDIR)/rawlist: +# Dirty workaround for saving space on netinst images, we add some hints. +# 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 + /bin/echo -e "mawk\nexim4-daemon-light\nunifont" >>$(BDIR)/rawlist ifdef FORCENONUSONCD1 $(Q)$(apt) cache dumpavail | \ grep-dctrl -FSection -n -sPackage -e '^(non-US|non-us)' - | \ diff --git a/debian/changelog b/debian/changelog index 31c0f30c..c2854405 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,7 +47,9 @@ debian-cd (2.2.18) UNRELEASED; urgency=low - Add support for sarge bootable mips cds. - Add support for sarge bootable sparc cds. - Add kernel 2.6 on i386 cds, remove it from the exclusion list. - - Add support for booting 2.6 as well as 2.4 i386 isolinux cd. + - Add support for booting 2.6 as well as 2.4 to the first i386 cd. + - Add dirty temporal workaround for saving space on netinst images. + This should be fixed in a proper way when time permits. -- Raphael Hertzog Thu, 25 Mar 2004 07:33:23 +0100