From 923000c42e3661ae77f85fbaf4c2aa3be716a08b Mon Sep 17 00:00:00 2001 From: lgromero Date: Thu, 25 Apr 2024 07:14:26 +0200 Subject: [PATCH] refs #310 changes directory destiny --- 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 baeab95..999d9be 100644 --- a/installer/ogboot_installer.sh +++ b/installer/ogboot_installer.sh @@ -79,7 +79,7 @@ generate_ipxe_script() { for mac_address in $MAC_ADDRESSES; do filename="01-${mac_address//:/-}" echo "Creando archivo $filename..." - cp /ogboot/tftpboot/ipxe_scripts/default.ipxe /ogboot/tftpboot/ipxe_scripts/$filename + cp /opengnsys/tftpboot/ipxe_scripts/default.ipxe /opengnsys/tftpboot/ipxe_scripts/$filename done