Change of tasks/Debian_lenny to point to d-i+kernel-sid looks to have been committed accidentally. However, it is the correct setting currently so also update the tasks for -kde and -xfce as those images are currently broken without that change. Should all be changed back when there is a D-I Lenny beta1 release.

This commit is contained in:
Frans Pop 2007-12-23 04:09:46 +00:00
parent fe2e8478b8
commit 6ab66924a6
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
*/
/* Packages that should really be on CD1 */\
#include <debian-installer+kernel-lenny>
#include <debian-installer+kernel-sid>
#include <base-lenny>
#include <forcd1>
#include <task-essential-lenny-kde>

View File

@ -9,7 +9,7 @@
/* 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-lenny>
#include <debian-installer+kernel-sid>
#include <base-lenny>
#include <forcd1>
#include <task-essential-lenny-xfce>