diff options
author | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2023-06-21 14:50:20 +0100 |
---|---|---|
committer | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2023-06-21 14:50:20 +0100 |
commit | 8f43a741a36e59b8a9560ff2c4f3e5da2b8dd72b (patch) | |
tree | 03f0cf46b1d01827b2c3fc3478b9fc099e3a189f | |
parent | 76218fa6e7c097c875af2a29cc7670995bef2ae4 (diff) | |
download | slacknetsetup-8f43a741a36e59b8a9560ff2c4f3e5da2b8dd72b.tar.xz |
Expand the help text for DHCP_IPADDR in rc.inet1.conf.
-rw-r--r-- | rc.inet1.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rc.inet1.conf b/rc.inet1.conf index e952498..54d0d3e 100644 --- a/rc.inet1.conf +++ b/rc.inet1.conf @@ -189,7 +189,8 @@ GATEWAY6="" #DHCP_KEEPGW[4]="yes" # If you don't want the DHCP server to change # your default gateway #DHCP_IPADDR[4]="" # Request a specific IP address from the DHCP - # server + # server. There is no guarantee the server + # will honour the request for this IP address #DHCP_DEBUG[4]="yes" # Make dhcpcd show verbose diagnostics #DHCP_NOIPV4LL[4]="yes" # Do not assign an ipv4ll address when a DHCP # server is not found (ipv4ll link-local |