mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Force some important packages up the dependency order so they're guaranteed to fit (firefox, network-manager-gnome, synaptic)
25 lines
542 B
Plaintext
25 lines
542 B
Plaintext
/*
|
|
*
|
|
* This file will be used to build an official installation CD for Wheezy
|
|
* that can be used to install the Xfce desktop environment.
|
|
*
|
|
*/
|
|
|
|
/* Packages that should really be on CD1 */
|
|
#include <debian-installer+kernel>
|
|
#include <forcd1>
|
|
|
|
/* Force some important packages up the dependency order */
|
|
network-manager-gnome
|
|
synaptic
|
|
firefox-esr
|
|
|
|
#include <task-essential-xfce>
|
|
|
|
/* Other interesting packages */
|
|
#include <task-full-xfce>
|
|
#include <interesting-fromcd23>
|
|
|
|
/* The rest ordered by popularity */
|
|
#include <popularity-contest>
|