* 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:
parent
3484e93314
commit
43d4a7d96a
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue