parent
358b5c8d35
commit
336ce1cf54
|
@ -58,7 +58,6 @@ generate_ipxe_script() {
|
|||
|
||||
echo "Generando script IPXE..."
|
||||
ip_address=$(ifconfig eth0 | awk '/inet / {print $2}')
|
||||
cd ogboot
|
||||
ls -lha
|
||||
pwd
|
||||
template="etc/dhcp_boot.ipxe.tmpl"
|
||||
|
@ -70,7 +69,7 @@ generate_ipxe_script() {
|
|||
|
||||
echo "Archivo creado con éxito en $ipxe_output"
|
||||
|
||||
template_default="etc/default.ipxe"
|
||||
template_default="tftpboot/ipxe_scripts/default.ipxe"
|
||||
|
||||
default_output="/opt/opengnsys/tftpboot/ipxe_scripts/default.ipxe"
|
||||
|
||||
|
|
Loading…
Reference in New Issue