-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debootstrap: update ca-certificates using the host
The root certificates contained in the ca-certificates pacakges are requried to download files using https. The initial package comes from the debootstrap archive. This pacakge may be outdated and updating it in the target filesystem using apt update && apt upgrade fails, because the repository may use a certificate, that is not yet part of the ca-certificates package. This change downloads the latest ca-certifiactes package using the apt proxy on the host and installs it on the target before runnign apt update.
- Loading branch information
1 parent
4feb12b
commit f306f71
Showing
1 changed file
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters