Fix boot.ipxe name and add host-ipxe template

This commit is contained in:
2021-12-15 17:13:11 -05:00
parent b13faefc1d
commit 7704e6149b
3 changed files with 7 additions and 2 deletions

View File

@ -121,7 +121,7 @@ build_pxe() {
echo "done."
echo -n "Copying base iPXE configuration... "
cp templates/boot.pxe ${outputdir}/boot.pxe
cp templates/boot.ipxe ${outputdir}/boot.ipxe
echo "done."
echo -n "Copying preseed template... "