From 76b435c6a31d844420c0ba2852ec0c9a0c2ae716 Mon Sep 17 00:00:00 2001 From: lgromero Date: Wed, 24 Apr 2024 12:42:00 +0200 Subject: [PATCH] refs #273 #329 #310 adds a pwd command to know where dir is executing --- installer/ogboot_installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/ogboot_installer.sh b/installer/ogboot_installer.sh index 18bec88..2f5f9e8 100644 --- a/installer/ogboot_installer.sh +++ b/installer/ogboot_installer.sh @@ -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"