Skip to content

Commit faf8bd6

Browse files
Merge pull request #506 from hjensas/OSPRH-12526
Fix ironic-python-agent - CA bundle inject
2 parents 1570fc2 + ed17b02 commit faf8bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/bin/pxe-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if [ -f "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" ] && [ -f "/var/lib/
5454
popd
5555

5656
# Copy the CA certificates
57-
cp /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /initramfs/etc/pki/ca-trust/extracted/pem/
57+
cp /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /initramfs/etc/pki/ca-trust/source/anchors/
5858
echo update-ca-trust | unshare -r chroot ./initramfs
5959

6060
# Repack the initramfs

0 commit comments

Comments
 (0)