23 lines
618 B
Plaintext
23 lines
618 B
Plaintext
/*
|
|
*
|
|
* This file will be used to build official complete sets of Etch CDs
|
|
* with Xfce.
|
|
*
|
|
*/
|
|
|
|
/* 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-etch>
|
|
#include <base-etch>
|
|
#include <forcd1>
|
|
#include <task-essential-etch-xfce>
|
|
|
|
/* Other interesting packages */
|
|
#include <task-full-etch-xfce>
|
|
#include <interesting-fromcd23>
|
|
|
|
/* The rest ordered by popularity */
|
|
#include <popularity-contest-etch>
|