33 lines
633 B
Plaintext
33 lines
633 B
Plaintext
/* Comment
|
|
*
|
|
* This file will be used to build official complete set of Woody CD
|
|
*
|
|
*/
|
|
|
|
/* The CD set does use empty package called task-*
|
|
to select the packages in the initial installation */
|
|
|
|
#if (FORCENONUSONCD1 == 1)
|
|
#include "Debian_woody_nonUS"
|
|
#endif
|
|
|
|
/* Packages that should really be on CD1 */
|
|
#include <base-woody>
|
|
#include <forcd1>
|
|
|
|
#include <task-woody>
|
|
|
|
#include <xservers-XFree3>
|
|
|
|
#include <interesting-redhat>
|
|
|
|
#include <interesting-fromcd23>
|
|
|
|
/* List of packages that may still fit on the first CD */
|
|
#include <linuxtag2000>
|
|
|
|
#include <popularity-contest-woody>
|
|
|
|
/* Other packages to put on the others CDs */
|
|
|