19 lines
437 B
Plaintext
19 lines
437 B
Plaintext
/*
|
|
*
|
|
* This file will be used to build an official installation CD for Lenny
|
|
* that can be used to install the Xfce desktop environment.
|
|
*
|
|
*/
|
|
|
|
/* Packages that should really be on CD1 */\
|
|
#include <debian-installer+kernel>
|
|
#include <forcd1>
|
|
#include <task-essential-xfce>
|
|
|
|
/* Other interesting packages */
|
|
#include <task-full-xfce>
|
|
#include <interesting-fromcd23>
|
|
|
|
/* The rest ordered by popularity */
|
|
#include <popularity-contest>
|