2011-02-07 21:30:21 -01:00
|
|
|
/*
|
|
|
|
*
|
2012-07-07 23:53:30 +00:00
|
|
|
* This file will be used to build an official installation CD for Wheezy
|
2011-02-07 21:30:21 -01:00
|
|
|
* that can be used to install the Xfce desktop environment.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2017-02-15 12:28:55 -01:00
|
|
|
/* Packages that should really be on CD1 */
|
2011-02-07 21:30:21 -01:00
|
|
|
#include <debian-installer+kernel>
|
|
|
|
#include <forcd1>
|
2017-06-19 13:00:05 +00:00
|
|
|
|
|
|
|
/* Force some important packages up the dependency order */
|
|
|
|
network-manager-gnome
|
|
|
|
synaptic
|
|
|
|
firefox-esr
|
|
|
|
|
2011-02-07 21:30:21 -01:00
|
|
|
#include <task-essential-xfce>
|
|
|
|
|
|
|
|
/* Other interesting packages */
|
|
|
|
#include <task-full-xfce>
|
|
|
|
#include <interesting-fromcd23>
|
|
|
|
|
|
|
|
/* The rest ordered by popularity */
|
|
|
|
#include <popularity-contest>
|