18 lines
456 B
Plaintext
18 lines
456 B
Plaintext
|
/*
|
||
|
* This file will be used to build official complete sets of Wheezy DVDs
|
||
|
* supporting all available desktop environments: GNOME (default), KDE,
|
||
|
* LXDE and Xfce
|
||
|
*/
|
||
|
|
||
|
/* Packages that should really be on CD1 */
|
||
|
#include <debian-installer+kernel>
|
||
|
#include <forcd1>
|
||
|
#include <task-essential-all>
|
||
|
|
||
|
/* Other interesting packages */
|
||
|
#include <task-full-all>
|
||
|
#include <interesting-fromcd23>
|
||
|
|
||
|
/* The rest ordered by popularity */
|
||
|
#include <popularity-contest>
|