diff options
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 9bc4322e..1110b116 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -543,13 +543,13 @@ Files in /etc/sysconfig/network-scripts/ Set the hardware address for this device to this. Use of this in conjunction with HWADDR= may cause unintended behavior. - PERSISTANT_DHCLIENT=yes|no|1|0 + PERSISTENT_DHCLIENT=yes|no|1|0 Without this option, or if it is 'no'/'0', and BOOTPROTO=dhcp, dhclient is run for the interface in "one-shot" mode; if the dhcp server does not respond for a configurable timeout, then dhclient exits and the interface is not brought up - the '-1' option is given to dhclient. - If PERSISTANT_DHCLIENT=yes, then dhclient will keep on trying + If PERSISTENT_DHCLIENT=yes, then dhclient will keep on trying to contact the dhcp server when it does not respond - no '-1' option is given to dhclient. |