From 1d4f293da4e280c48592f06f9b91dd36b21caf80 Mon Sep 17 00:00:00 2001 From: lgromero Date: Tue, 23 Apr 2024 14:53:46 +0200 Subject: [PATCH] refs #329 changes cp efi destination --- installer/ogboot_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/ogboot_installer.sh b/installer/ogboot_installer.sh index 31acb16..4f2d5b2 100644 --- a/installer/ogboot_installer.sh +++ b/installer/ogboot_installer.sh @@ -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 }