add ca-certificates to the debootstrap options

This commit is contained in:
manuel 2024-09-07 11:19:53 +00:00
parent 0a2627b610
commit 4ab7ca2c7f
1 changed files with 1 additions and 0 deletions

View File

@ -572,6 +572,7 @@ LBSET_DEBIAN_SHARED = (
LBSET_DEVUAN_SHARED = (
' --distribution daedalus'
' --initsystem sysvinit'
' --debootstrap-options --include=ca-certificates'
' --mirror-bootstrap http://deb.devuan.org/merged'
' --parent-mirror-bootstrap http://deb.devuan.org/merged'
' --parent-mirror-chroot http://deb.devuan.org/merged'