* 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:
parent
d79c7333ff
commit
f808c28d9a
|
@ -87,7 +87,11 @@ debian-cd (2.2.26) UNRELEASED; urgency=low
|
||||||
[ Frans Pop ]
|
[ Frans Pop ]
|
||||||
* Fixed double target in yaboot.conf; reported on IRC by jbrand.
|
* 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
|
debian-cd (2.2.25) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,11 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Packages that should really be on CD1 */
|
/* Packages that should really be on CD1 */\
|
||||||
#include <debian-installer+kernel-etch>
|
/* 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 <base-etch>
|
||||||
#include <forcd1>
|
#include <forcd1>
|
||||||
#include <task-essential-etch-kde>
|
#include <task-essential-etch-kde>
|
||||||
|
|
Loading…
Reference in New Issue