add ca-certificates to the debootstrap options
This commit is contained in:
parent
0a2627b610
commit
4ab7ca2c7f
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue