Added installation of LogalNet Internal CA to system CA store.

This commit is contained in:
2025-12-01 14:21:33 -05:00
parent 9e991a6fdc
commit fd90dfdd40
2 changed files with 23 additions and 0 deletions

View File

@@ -273,6 +273,11 @@ arch-chroot /mnt sh -c "cat > /etc/sysctl.d/70-bbr.conf" <<EOF
net.ipv4.tcp_congestion_control = bbr
EOF
print "Adding LogalNet Internal Certification Authority to system CA store..."
cp ./logalnet-internal-ca.crt /mnt
arch-chroot /mnt trust anchor --store /logalnet-internal-ca.crt
arch-chroot /mnt rm /logalnet-internal-ca.crt
install_base_xfce() {
arch-chroot /mnt pacman --noconfirm -S lightdm \
lightdm-gtk-greeter \