* Fix up the Debian_etch, Debian_etch-kde and Debian_etch-xfce

to use debian-installer+kernel-etch rather than -sid
This commit is contained in:
Steve McIntyre 2007-03-19 01:44:19 +00:00
parent 3484e93314
commit 43d4a7d96a
4 changed files with 5 additions and 6 deletions

2
debian/changelog vendored
View File

@ -3,6 +3,8 @@ debian-cd (3.0.2) UNRELEASED; urgency=high
[ Steve McIntyre ]
* Remove mention of m68k in data/etc/README.html.in
* Other small wording changes and fixes in the README file
* Fix up the Debian_etch, Debian_etch-kde and Debian_etch-xfce
to use debian-installer+kernel-etch rather than -sid
-- Steve McIntyre <93sam@debian.org> Sun, 18 Mar 2007 22:09:44 +0000

View File

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

View File

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