aboutsummaryrefslogtreecommitdiff
path: root/skeleton
diff options
context:
space:
mode:
Diffstat (limited to 'skeleton')
-rwxr-xr-xskeleton/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeleton/init b/skeleton/init
index 22e57d1..7ab7ad9 100755
--- a/skeleton/init
+++ b/skeleton/init
@@ -50,7 +50,7 @@ for arg in $(cat /proc/cmdline | tr '[:upper:]' '[:lower:]'); do
echo "dhcp interface: ${NETIF}"
ifconfig ${NETIF} up
fi
- $(command -v udhcpc) -R -x hostname:${HOSTNAME} ${UDHCPC_ARGS}
+ $(command -v udhcpc) -R -x hostname:${HOSTNAME} -t 4 -n ${UDHCPC_ARGS}
else
echo 'net: Missing udhcpc'
fi