- Include debian-installer+kernel into Debian_sarge task to ensure all
debs as well as udebs used by d-i are included.
This commit is contained in:
parent
27207d72aa
commit
b99c834264
|
@ -41,6 +41,8 @@ debian-cd (2.2.18) UNRELEASED; urgency=low
|
||||||
include ethdetect and netcfg, to make network configuration happen in
|
include ethdetect and netcfg, to make network configuration happen in
|
||||||
first stage, since the second stage cannot currently do any.
|
first stage, since the second stage cannot currently do any.
|
||||||
Closes: #240458
|
Closes: #240458
|
||||||
|
- Include debian-installer+kernel into Debian_sarge task to ensure all
|
||||||
|
debs as well as udebs used by d-i are included.
|
||||||
* Petter Reinholdtsen
|
* Petter Reinholdtsen
|
||||||
- Regenereated tasks/popularity-contest-sarge based on the current data.
|
- Regenereated tasks/popularity-contest-sarge based on the current data.
|
||||||
- Avoid kernel versions 2.4.24 and 2.6.3 on the first i386 CD, as we
|
- Avoid kernel versions 2.4.24 and 2.6.3 on the first i386 CD, as we
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Packages that should really be on CD1 */
|
/* Packages that should really be on CD1 */
|
||||||
#include <debian-installer>
|
#include <debian-installer+kernel>
|
||||||
#include <base-sarge>
|
#include <base-sarge>
|
||||||
#include <forcd1>
|
#include <forcd1>
|
||||||
#include <task-essential-sarge>
|
#include <task-essential-sarge>
|
||||||
|
|
Loading…
Reference in New Issue