We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1570fc2 + ed17b02 commit faf8bd6Copy full SHA for faf8bd6
templates/common/bin/pxe-init.sh
@@ -54,7 +54,7 @@ if [ -f "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" ] && [ -f "/var/lib/
54
popd
55
56
# Copy the CA certificates
57
- cp /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /initramfs/etc/pki/ca-trust/extracted/pem/
+ cp /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /initramfs/etc/pki/ca-trust/source/anchors/
58
echo update-ca-trust | unshare -r chroot ./initramfs
59
60
# Repack the initramfs
0 commit comments