summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-07-16 12:56:50 +0200
committerJonathan Bauer2019-07-16 12:56:50 +0200
commitf808533a623539e2d16ca7c642faea3d0598d555 (patch)
tree16ff55319f0fbd3973674ebc34b25ce838151bf1
parent[slx-uuid] get uuid in pre-udev already (diff)
downloadsystemd-init-f808533a623539e2d16ca7c642faea3d0598d555.tar.gz
systemd-init-f808533a623539e2d16ca7c642faea3d0598d555.tar.xz
systemd-init-f808533a623539e2d16ca7c642faea3d0598d555.zip
[ib-conf] adapt to new network.conf
-rwxr-xr-xbuilder/modules.d/ib-conf/scripts/gen-ib-conf.sh2
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}"