Add cacertificates to live ISO package list

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:54 -04:00
parent 63d79e6d82
commit af40944ed6
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} \