Fix template for updated pvcbootstrapd

This commit is contained in:
2023-09-01 15:41:58 -04:00
parent 36ffc2cebf
commit ab7662c6de
3 changed files with 21 additions and 34 deletions

View File

@ -124,8 +124,9 @@ build_pxe() {
cp templates/boot.ipxe ${outputdir}/boot.ipxe
echo "done."
echo -n "Copying preseed template... "
echo -n "Copying jinja2 templates... "
cp templates/host-preseed.j2 ${outputdir}/host-preseed.j2
cp templates/host-ipxe.j2 ${outputdir}/host-ipxe.j2
echo "done."
sudo chown -R $(whoami) ${outputdir}