diff options
Diffstat (limited to 'builder')
| -rwxr-xr-x | builder/modules.d/ib-conf/scripts/gen-ib-conf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/modules.d/ib-conf/scripts/gen-ib-conf.sh b/builder/modules.d/ib-conf/scripts/gen-ib-conf.sh index b168ce06..430dc887 100755 --- a/builder/modules.d/ib-conf/scripts/gen-ib-conf.sh +++ b/builder/modules.d/ib-conf/scripts/gen-ib-conf.sh @@ -2,7 +2,7 @@ type emergency_shell >/dev/null 2>&1 || source /lib/dracut-lib.sh -. "/run/openslx/pxe-network.conf" +. "/run/openslx/network.conf" # get the IP from the VLAN device if a VLAN is configured [ -n "${SLX_VLAN_ID}" ] && SLX_PXE_NETIF="${SLX_PXE_NETIF}.${SLX_VLAN_ID}" |
