diff options
author | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2020-07-10 01:17:16 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2021-02-27 20:21:16 -0600 |
commit | 81ff9e9faaee332e9e1f168f85d3d9f6bc158c14 (patch) | |
tree | 3eafd2456a8524c461ab92f906ba4f01b4fca2db /rc.inet1 | |
parent | d1700da8cb47cdfbebf448865dea8e7b26577209 (diff) | |
download | slacknetsetup-81ff9e9faaee332e9e1f168f85d3d9f6bc158c14.tar.xz |
Restablish use of the -L option to assist Slackware ARM users.
Diffstat (limited to 'rc.inet1')
-rw-r--r-- | rc.inet1 | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -350,7 +350,6 @@ if_up() { # Note: ARM users should make use of the DHCP_NOIPV4LL[x]="yes" parameter in rc.inet1.conf - this is the correct # way to get the behaviour they seek. [ "${DHCP_NOIPV4LL[$i]}" = "yes" ] && DHCP_OPTIONS+=("-L") - [ -n "${DHCP_IPADDR[$i]}" ] && DHCP_OPTIONS+=("-r" "${DHCP_IPADDR[$i]}") echo "${1}: polling for DHCP server" # 15 seconds should be a reasonable default DHCP timeout. 30 was too much. debug_log "/sbin/dhcpcd -t ${DHCP_TIMEOUT[$i]:-15} ${DHCP_OPTIONS[*]} ${1}" |