refs #329 changes efi build

pull/1/head
Luis Gerardo Romero Garcia 2024-04-23 14:29:33 +02:00
parent 3a63a96238
commit 9c5c07739e
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ mount_NFS() {
sudo cp bin/undionly.kpxe /opt/opengnsys/tftpboot
if sudo make bin-i386-pcbios/ipxe.efi EMBED=/opt/opengnsys/tftpboot/ipxe_scripts/dhcp_boot.ipxe; then
if sudo make bin-x86_64-efi/ipxe.efi EMBED=/opt/opengnsys/tftpboot/ipxe_scripts/dhcp_boot.ipxe; then
echo "Fichero EFI construido correctamente."
else
echo "Error: No se pudo construir el fichero EFI."