]> git.ipfire.org Git - thirdparty/mkosi.git/commit
debian: include ca-certificates for bootstrap packages 963/head
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Wed, 11 May 2022 07:41:35 +0000 (09:41 +0200)
committerJoerg Behrmann <behrmann@physik.fu-berlin.de>
Wed, 11 May 2022 07:42:53 +0000 (09:42 +0200)
commit2e0d55280266c9595a5ccddd8025d4f2bacd7945
treed54a81b830917fa5feca5b150947ac914577e104
parent6d01362b7d15eb66217d2d4636b9dc49a9e9857c
debian: include ca-certificates for bootstrap packages

apt throws warnings because it cannot verify the certificates for the security
repositories we included recently. We could add this to extra-packages, but then
ca-certificates is missing when we call apt update for the first time, so add it
to the debootsrap call.

Fixes: #962
mkosi/__init__.py