Fix template for updated pvcbootstrapd

This commit is contained in:
2021-12-19 04:14:38 -05:00
parent 7704e6149b
commit 32fcab15fd
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}