23 lines
464 B
Plaintext
23 lines
464 B
Plaintext
|
/*
|
||
|
*
|
||
|
* This file will be used to build official complete sets of Wheezy CDs
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
/* Packages that should really be on CD1 */
|
||
|
#include <debian-installer+kernel>
|
||
|
#include <forcd1>
|
||
|
|
||
|
/* Do we need to force these in for CD1? */
|
||
|
network-manager
|
||
|
network-manager-gnome
|
||
|
|
||
|
#include <task-essential-generic>
|
||
|
|
||
|
/* Other interesting packages */
|
||
|
#include <task-full-generic>
|
||
|
#include <interesting-fromcd23>
|
||
|
|
||
|
/* The rest ordered by popularity */
|
||
|
#include <popularity-contest>
|