* Add a temporary hack in Debian_etch-kde to use sid d-i, to get a fixed

preseed that supports preseeding of tasks.
This commit is contained in:
Joey Hess 2006-11-29 21:25:17 +00:00
parent d79c7333ff
commit f808c28d9a
2 changed files with 10 additions and 3 deletions

6
debian/changelog vendored
View File

@ -87,7 +87,11 @@ debian-cd (2.2.26) UNRELEASED; urgency=low
[ Frans Pop ]
* Fixed double target in yaboot.conf; reported on IRC by jbrand.
-- Frans Pop <fjp@debian.org> Tue, 28 Nov 2006 21:03:46 +0100
[ Joey Hess ]
* Add a temporary hack in Debian_etch-kde to use sid d-i, to get a fixed
preseed that supports preseeding of tasks.
-- Joey Hess <joeyh@debian.org> Wed, 29 Nov 2006 16:24:30 -0500
debian-cd (2.2.25) unstable; urgency=low

View File

@ -5,8 +5,11 @@
*
*/
/* Packages that should really be on CD1 */
#include <debian-installer+kernel-etch>
/* Packages that should really be on CD1 */\
/* Note that the use of debian-installer+kernel-sid is a TEMPORARY HACK
* to make sid d-i be included on the kde CD. sid d-i is needed because
* the version of preseed in sid is needed */
#include <debian-installer+kernel-sid>
#include <base-etch>
#include <forcd1>
#include <task-essential-etch-kde>