2002-10-10 12:56:48 +00:00
|
|
|
/*
|
|
|
|
*
|
|
|
|
* 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 */
|
2005-05-15 16:46:50 +00:00
|
|
|
#include <debian-installer+kernel-sarge>
|
2002-10-10 12:56:48 +00:00
|
|
|
#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>
|
|
|
|
|