19 lines
428 B
Plaintext
19 lines
428 B
Plaintext
/*
|
|
*
|
|
* This file may be used to build an official installation image
|
|
* that can be used to install the Mate desktop environment.
|
|
*
|
|
*/
|
|
|
|
/* Packages that should really be on CD1 */
|
|
#include <debian-installer+kernel>
|
|
#include <forcd1>
|
|
#include <task-essential-mate>
|
|
|
|
/* Other interesting packages */
|
|
#include <task-full-mate>
|
|
#include <interesting-fromcd23>
|
|
|
|
/* The rest ordered by popularity */
|
|
#include <popularity-contest>
|