diff --git a/installer/ogboot_installer.sh b/installer/ogboot_installer.sh index b637cb5..18bec88 100644 --- a/installer/ogboot_installer.sh +++ b/installer/ogboot_installer.sh @@ -147,6 +147,13 @@ if [ $? -ne 0 ]; then exit 1 fi +generate_ipxe_script +if [ $? -ne 0 ]; then + echo "Error en la generación de scripts IPXE" + exit 1 +fi + + mount_NFS if [ $? -ne 0 ]; then echo "Error en el montaje NFS" @@ -154,4 +161,4 @@ if [ $? -ne 0 ]; then fi -generate_ipxe_script +