diff --git a/chroot_scripts/10-software_installation.sh b/chroot_scripts/10-software_installation.sh index 7d51615..c1144ce 100755 --- a/chroot_scripts/10-software_installation.sh +++ b/chroot_scripts/10-software_installation.sh @@ -32,7 +32,6 @@ apt-get -qq -o Dpkg::Use-Pty=false -y install \ apt-transport-https \ atmel-firmware \ bluez-firmware \ - ca-certificates \ cifs-utils \ codium \ cron \ diff --git a/miso.sh b/miso.sh index cc427c8..5adb1e0 100755 --- a/miso.sh +++ b/miso.sh @@ -89,7 +89,7 @@ mmdebstrap \ --arch=$MISO_ARCH \ --variant=minbase \ --mode=sudo \ - --include=linux-image-$LINUX_IMAGE_ARCH,live-boot,systemd-sysv,apt-utils,zstd,gpg,wget,sudo \ + --include=linux-image-$LINUX_IMAGE_ARCH,live-boot,systemd-sysv,apt-utils,zstd,gpg,wget,sudo,ca-certificates \ --components=main,contrib,non-free-firmware \ "--customize-hook=set +e; cp -r $MISO_CHROOT_SCRIPTS_DIR \$1; echo 'cd chroot_scripts; for file in *; do [ ! -d \$file ] && [ -x \$file ] && echo && echo -e +++ Running \$file +++ && bash ./\$file; done' | chroot \$1 '/bin/bash'; set -e" \ $MISO_VARIANT \