summaryrefslogtreecommitdiffstats
path: root/remote/modules/dhcpc-busybox
diff options
context:
space:
mode:
authorSimon Rettberg2014-02-16 13:12:06 +0100
committerSimon Rettberg2014-02-16 13:12:06 +0100
commitb9f12ad983fb00da2f4eac49c88dc3a648368285 (patch)
tree0a296fe17447f6c76d122e369b2e52525194a833 /remote/modules/dhcpc-busybox
parent[rfs-stage31] Also add domain search support to stage31 dhcp (diff)
downloadtm-scripts-b9f12ad983fb00da2f4eac49c88dc3a648368285.tar.gz
tm-scripts-b9f12ad983fb00da2f4eac49c88dc3a648368285.tar.xz
tm-scripts-b9f12ad983fb00da2f4eac49c88dc3a648368285.zip
Forgot to actually request domain search option (-O search)
Diffstat (limited to 'remote/modules/dhcpc-busybox')
-rwxr-xr-xremote/modules/dhcpc-busybox/data/opt/openslx/scripts/systemd-udhcpc++2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/dhcpc-busybox/data/opt/openslx/scripts/systemd-udhcpc++ b/remote/modules/dhcpc-busybox/data/opt/openslx/scripts/systemd-udhcpc++
index f3de82df..246b2567 100755
--- a/remote/modules/dhcpc-busybox/data/opt/openslx/scripts/systemd-udhcpc++
+++ b/remote/modules/dhcpc-busybox/data/opt/openslx/scripts/systemd-udhcpc++
@@ -7,5 +7,5 @@ UDHCPC_OPTS=""
[ ! -z "$NET_IP" ] && UDHCPC_OPTS=" -r $NET_IP"
echo "udhcp++: running on $NET_IF with additional params $UDHCPC_OPTS" >> "/tmp/udhcpclog"
mkdir -p /run/udhcpc || echo "Could not create '/run/udhcpc'."
-/opt/openslx/sbin/udhcpc $UDHCPC_OPTS -O domain -O nissrv -O nisdomain -O wpad -t 8 -s /opt/openslx/scripts/udhcpc-openslx -i "$NET_IF" -p "/run/udhcpc/udhcpc.$NET_IF.pid" || \
+/opt/openslx/sbin/udhcpc $UDHCPC_OPTS -O domain -O nissrv -O nisdomain -O wpad -O search -t 8 -s /opt/openslx/scripts/udhcpc-openslx -i "$NET_IF" -p "/run/udhcpc/udhcpc.$NET_IF.pid" || \
slxlog "udhcpc" "Could not run 'udhcpc${UDHCPC_OPTS}' on ${NET_IF}."