refs #273 #329 #310 adds a pwd command to know where dir is executing

pull/1/head
Luis Gerardo Romero Garcia 2024-04-24 12:42:00 +02:00
parent 1d3267fbb9
commit 76b435c6a3
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ generate_ipxe_script() {
ip_address=$(ifconfig eth0 | awk '/inet / {print $2}')
cd ogboot
ls -lha
pwd
template="etc/dhcp_boot.ipxe.tmpl"
ipxe_output="/opt/opengnsys/tftpboot/ipxe_scripts/dhcp_boot.ipxe"