2005-05-05 16:15:44 +00:00
|
|
|
/*
|
|
|
|
*
|
|
|
|
* This file will be used to build official complete set of Etch CD
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#if (FORCENONUSONCD1 == 1)
|
|
|
|
#include "Debian_etch_nonUS"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Packages that should really be on CD1 */
|
2005-05-15 16:46:50 +00:00
|
|
|
#include <debian-installer+kernel-etch>
|
2005-05-05 16:15:44 +00:00
|
|
|
#include <base-etch>
|
|
|
|
#include <forcd1>
|
|
|
|
#include <task-essential-etch>
|
|
|
|
|
|
|
|
/* Other interesting packages */
|
|
|
|
#include <interesting-fromcd23>
|
|
|
|
#include <task-full-etch>
|
|
|
|
|
|
|
|
/* The rest ordered by popularity */
|
|
|
|
#include <popularity-contest-etch>
|
|
|
|
|