1999-11-11 16:10:37 -01:00
|
|
|
/* Comment
|
|
|
|
*
|
|
|
|
* This file will be used to build official complete set of Potato CD
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
1999-11-11 19:22:24 -01:00
|
|
|
/* The potato CD set does now use empty package called task-*
|
|
|
|
to select the packages in the initial installation */
|
|
|
|
|
2000-06-16 23:42:50 +00:00
|
|
|
#if (FORCENONUSONCD1 == 1)
|
|
|
|
#include "Debian_potato_nonUS"
|
|
|
|
#endif
|
|
|
|
|
2001-04-24 23:27:10 +00:00
|
|
|
#include <interesting-tasks-potato>
|
1999-11-11 19:22:24 -01:00
|
|
|
|
2000-05-30 11:13:10 +00:00
|
|
|
/* Packages that really should be on CD 1 */
|
|
|
|
#include <forcd1>
|
|
|
|
|
2001-04-24 23:27:10 +00:00
|
|
|
#include <xservers-XFree3>
|
|
|
|
|
|
|
|
#include <kernel-related-potato>
|
|
|
|
|
2003-07-25 11:14:18 +00:00
|
|
|
/* Packages that may still fit on the first CD */
|
2001-04-24 23:27:10 +00:00
|
|
|
#include <interesting-fromcd23>
|
1999-11-11 16:10:37 -01:00
|
|
|
|
2001-04-24 23:27:10 +00:00
|
|
|
#include <linuxtag2000>
|
|
|
|
|
2003-07-25 11:14:18 +00:00
|
|
|
/* All the remaining packages, sorted per popcon results */
|
2001-04-24 23:27:10 +00:00
|
|
|
#include <popularity-contest-potato>
|