refs #329 changes efi build
parent
3a63a96238
commit
9c5c07739e
|
@ -85,7 +85,7 @@ mount_NFS() {
|
||||||
|
|
||||||
sudo cp bin/undionly.kpxe /opt/opengnsys/tftpboot
|
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."
|
echo "Fichero EFI construido correctamente."
|
||||||
else
|
else
|
||||||
echo "Error: No se pudo construir el fichero EFI."
|
echo "Error: No se pudo construir el fichero EFI."
|
||||||
|
|
Loading…
Reference in New Issue