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.
This commit is contained in:
parent
bea6527d6f
commit
11f1d4904d
5
Makefile
5
Makefile
|
@ -331,6 +331,11 @@ $(BDIR)/list: $(BDIR)/rawlist
|
||||||
|
|
||||||
# Build the raw list (cpp output) with doubles and spaces
|
# Build the raw list (cpp output) with doubles and spaces
|
||||||
$(BDIR)/rawlist:
|
$(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
|
ifdef FORCENONUSONCD1
|
||||||
$(Q)$(apt) cache dumpavail | \
|
$(Q)$(apt) cache dumpavail | \
|
||||||
grep-dctrl -FSection -n -sPackage -e '^(non-US|non-us)' - | \
|
grep-dctrl -FSection -n -sPackage -e '^(non-US|non-us)' - | \
|
||||||
|
|
|
@ -47,7 +47,9 @@ debian-cd (2.2.18) UNRELEASED; urgency=low
|
||||||
- Add support for sarge bootable mips cds.
|
- Add support for sarge bootable mips cds.
|
||||||
- Add support for sarge bootable sparc cds.
|
- Add support for sarge bootable sparc cds.
|
||||||
- Add kernel 2.6 on i386 cds, remove it from the exclusion list.
|
- 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 <hertzog@debian.org> Thu, 25 Mar 2004 07:33:23 +0100
|
-- Raphael Hertzog <hertzog@debian.org> Thu, 25 Mar 2004 07:33:23 +0100
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue