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