24 lines
473 B
Plaintext
24 lines
473 B
Plaintext
/*
|
|
*
|
|
* This file will be used to build official complete set of Sarge CD
|
|
*
|
|
*/
|
|
|
|
#if (FORCENONUSONCD1 == 1)
|
|
#include "Debian_sarge_nonUS"
|
|
#endif
|
|
|
|
/* Packages that should really be on CD1 */
|
|
#include <debian-installer+kernel-sarge>
|
|
#include <base-sarge>
|
|
#include <forcd1>
|
|
#include <task-essential-sarge>
|
|
|
|
/* Other interesting packages */
|
|
#include <interesting-fromcd23>
|
|
#include <task-full-sarge>
|
|
|
|
/* The rest ordered by popularity */
|
|
#include <popularity-contest-sarge>
|
|
|