Add new top-level task Debian-edu-full for the larger BD/USB full image
This commit is contained in:
parent
bdd890eca9
commit
6c486dc82d
|
@ -0,0 +1,11 @@
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
* This file will be used to build official Debian Edu full images
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Packages that should really be on CD1 */
|
||||||
|
#include <debian-installer+kernel>
|
||||||
|
|
||||||
|
#include <debian-edu>
|
||||||
|
|
|
@ -9,5 +9,5 @@
|
||||||
|
|
||||||
#include <debian-edu>
|
#include <debian-edu>
|
||||||
|
|
||||||
/* Nothing else is included on the debian-edu CD. */
|
/* Nothing else is included on the debian-edu netinst CD? */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue