~persia/debian-cd/mid.seed-cleanup

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 *
 * 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 */
#include <debian-installer+kernel-etch>
#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>