parent
1d3267fbb9
commit
76b435c6a3
|
@ -60,6 +60,7 @@ generate_ipxe_script() {
|
||||||
ip_address=$(ifconfig eth0 | awk '/inet / {print $2}')
|
ip_address=$(ifconfig eth0 | awk '/inet / {print $2}')
|
||||||
cd ogboot
|
cd ogboot
|
||||||
ls -lha
|
ls -lha
|
||||||
|
pwd
|
||||||
template="etc/dhcp_boot.ipxe.tmpl"
|
template="etc/dhcp_boot.ipxe.tmpl"
|
||||||
|
|
||||||
ipxe_output="/opt/opengnsys/tftpboot/ipxe_scripts/dhcp_boot.ipxe"
|
ipxe_output="/opt/opengnsys/tftpboot/ipxe_scripts/dhcp_boot.ipxe"
|
||||||
|
|
Loading…
Reference in New Issue