Deleting ipxe boot file at begginig

main
Nicolas Arenas 2025-03-26 14:24:06 +01:00
parent 8987169aab
commit 0976f50056
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ configure_ipxe(){
sed -i "s|__SERVERIP__|$OGBOOT_IP|g" $OGBOOT_ROOT/tftpboot/ipxe_scripts/default.ipxe
echo "Instalando ipxe"
rm -rf /tmp/ipxe_repo
git clone $IPXE_REPO /tmp/ipxe_repo
if [ ! -f $OGBOOT_ROOT/tftpboot/undionly.kpxe ]; then
cd /tmp/ipxe_repo/src