30 lines
647 B
Plaintext
30 lines
647 B
Plaintext
/* Comment
|
|
*
|
|
* This file will be used to build official complete set of Potato CD
|
|
*
|
|
*/
|
|
|
|
/* The potato CD set does now use empty package called task-*
|
|
to select the packages in the initial installation */
|
|
|
|
#if (FORCENONUSONCD1 == 1)
|
|
#include "Debian_potato_nonUS"
|
|
#endif
|
|
|
|
#include <interesting-tasks-potato>
|
|
|
|
/* Packages that really should be on CD 1 */
|
|
#include <forcd1>
|
|
|
|
#include <xservers-XFree3>
|
|
|
|
#include <kernel-related-potato>
|
|
|
|
/* Packages that may still fit on the first CD */
|
|
#include <interesting-fromcd23>
|
|
|
|
#include <linuxtag2000>
|
|
|
|
/* All the remaining packages, sorted per popcon results */
|
|
#include <popularity-contest-potato>
|