Move https bits from forcd1 to debian-installer+kernel task file
As pointed out by pkern, we need them on netinst media too. Also removed the old mention of businesscard media in the top of forcd1 - they've been gone for ages
This commit is contained in:
parent
2928846080
commit
d14c28f4c6
|
@ -1,6 +1,5 @@
|
||||||
/* Packages that belong on the first CD (but not the netinst or
|
/* Packages that belong on the first CD (but not the netinst), despite
|
||||||
* businesscard), despite not being directly installed by debootstrap,
|
* not being directly installed by debootstrap, or d-i, or tasksel.
|
||||||
* or d-i, or tasksel.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* hysterical raisins, but too small to remove */
|
/* hysterical raisins, but too small to remove */
|
||||||
|
@ -21,6 +20,3 @@ bpalogin
|
||||||
/* pppconfig helps various people too */
|
/* pppconfig helps various people too */
|
||||||
pppconfig
|
pppconfig
|
||||||
|
|
||||||
/* #855035: make sure we have the bits on media for https package downloads
|
|
||||||
apt-transport-https
|
|
||||||
ca-certificates
|
|
||||||
|
|
|
@ -96,6 +96,10 @@ libfribidi0
|
||||||
/* Needed for rootless installs. */
|
/* Needed for rootless installs. */
|
||||||
sudo
|
sudo
|
||||||
|
|
||||||
|
/* #855035: make sure we have the bits on media for https package downloads
|
||||||
|
apt-transport-https
|
||||||
|
ca-certificates
|
||||||
|
|
||||||
/* laptop-detect is used by tasksel when checking if the system is a
|
/* laptop-detect is used by tasksel when checking if the system is a
|
||||||
* laptop so we have to make sure to get it included on first CD for
|
* laptop so we have to make sure to get it included on first CD for
|
||||||
* arches that are know to have laptops
|
* arches that are know to have laptops
|
||||||
|
|
Loading…
Reference in New Issue