2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-01-11 18:42:29 +00:00

Make the keysign pre script readable

This commit is contained in:
Jarrod Johnson
2025-06-11 15:48:23 -04:00
parent 6b94a8fa22
commit 0ec5cf5c5e

View File

@@ -5,6 +5,7 @@ if grep Fedora $2/profile.yaml > /dev/null; then
fi
if grep ^label: $2/profile.yaml | grep 10 > /dev/null; then
echo 'echo openssh-keysign >> /tmp/addonpackages' > $2/scripts/pre.d/enablekeysign
chmod 644 $2/scripts/pre.d/enablekeysign
fi
ln -s $1/images/pxeboot/vmlinuz $2/boot/kernel && \
ln -s $1/images/pxeboot/initrd.img $2/boot/initramfs/distribution