diff options
author | Jonathan Bauer | 2020-10-06 15:45:21 +0200 |
---|---|---|
committer | Jonathan Bauer | 2020-10-06 15:45:21 +0200 |
commit | 9f2c150e87e2f6404a5a9d157110ee37ba125b82 (patch) | |
tree | bf2d98304d170d0b6410e6b1cd2b8c87dee801d1 /modules.d | |
parent | [slx-network] SLX_DISABLE_STAGE4_DHCP -> SLX_STAGE4_DHCP (diff) | |
download | systemd-init-9f2c150e87e2f6404a5a9d157110ee37ba125b82.tar.gz systemd-init-9f2c150e87e2f6404a5a9d157110ee37ba125b82.tar.xz systemd-init-9f2c150e87e2f6404a5a9d157110ee37ba125b82.zip |
[slx-network] SLX_PXE_NETIF -> /run/network.conf
Diffstat (limited to 'modules.d')
-rw-r--r-- | modules.d/slx-network/hooks/configure-jumbo-frames.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/slx-network/hooks/configure-jumbo-frames.sh b/modules.d/slx-network/hooks/configure-jumbo-frames.sh index 138725f9..97ac8e9d 100644 --- a/modules.d/slx-network/hooks/configure-jumbo-frames.sh +++ b/modules.d/slx-network/hooks/configure-jumbo-frames.sh @@ -1,6 +1,6 @@ #!/bin/bash -. /etc/openslx +. "/run/openslx/network.conf" if [ "x$SLX_JUMBO_FRAMES" = "xyes" ]; then ip link set dev "$SLX_PXE_NETIF" mtu 9000 |