diff options
| author | Jonathan Bauer | 2019-07-16 12:56:50 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2019-07-16 12:56:50 +0200 |
| commit | f808533a623539e2d16ca7c642faea3d0598d555 (patch) | |
| tree | 16ff55319f0fbd3973674ebc34b25ce838151bf1 | |
| parent | [slx-uuid] get uuid in pre-udev already (diff) | |
| download | systemd-init-f808533a623539e2d16ca7c642faea3d0598d555.tar.gz systemd-init-f808533a623539e2d16ca7c642faea3d0598d555.tar.xz systemd-init-f808533a623539e2d16ca7c642faea3d0598d555.zip | |
[ib-conf] adapt to new network.conf
| -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}" |
