refs #329 changes cp efi destination

pull/1/head
Luis Gerardo Romero Garcia 2024-04-23 14:53:46 +02:00
parent 9c5c07739e
commit 1d4f293da4
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ mount_NFS() {
exit 1
fi
sudo cp bin-i386-pcbios/ipxe.efi /opt/opengnsys/tftpboot
sudo cp bin-x86_64-efi/ipxe.efi /opt/opengnsys/tftpboot
}