Add cacertificates to live ISO package list

This commit is contained in:
Joshua Boniface 2019-12-13 14:16:00 -05:00
parent 97d05a64bc
commit 6d19fd1772
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ prepare_iso() {
prepare_rootfs() {
echo -n "Preparing Debian live installation via debootstrap... "
SQUASHFS_PKGLIST="mdadm,lvm2,parted,gdisk,debootstrap,grub-pc,grub-efi-amd64,linux-image-amd64,sipcalc,live-boot,dosfstools,vim"
SQUASHFS_PKGLIST="mdadm,lvm2,parted,gdisk,debootstrap,grub-pc,grub-efi-amd64,linux-image-amd64,sipcalc,live-boot,dosfstools,vim,ca-certificates"
if [[ ! -d artifacts/debootstrap ]]; then
sudo /usr/sbin/debootstrap \
--include=${SQUASHFS_PKGLIST} \