diff options
author | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2017-05-02 23:51:16 +0200 |
---|---|---|
committer | Dee'Kej <deekej@linuxmail.org> | 2017-05-03 11:53:09 +0200 |
commit | 9aa1749845304cf243b555953be536224f1f8889 (patch) | |
tree | 4d2ea468d560141251d254686e802743920a30f7 | |
parent | c087ea1d7d0e21865a763b0d7e0bc8d3557d1830 (diff) | |
download | initscripts-9aa1749845304cf243b555953be536224f1f8889.tar initscripts-9aa1749845304cf243b555953be536224f1f8889.tar.gz initscripts-9aa1749845304cf243b555953be536224f1f8889.tar.bz2 initscripts-9aa1749845304cf243b555953be536224f1f8889.tar.xz initscripts-9aa1749845304cf243b555953be536224f1f8889.zip |
sysconfig.txt: mention previously introduced NO_DHCP_HOSTNAME option
-rw-r--r-- | sysconfig.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index f09c6d8b..a4c05da1 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -551,6 +551,10 @@ Files in /etc/sysconfig/network-scripts/ interface is brought down with 'ifdown', the lease will be released. Otherwise, leases are not released. + NO_DHCP_HOSTNAME=yes|no|1|0 + Tells initscripts to not obtain hostname from DHCP server in the ifup-post + phase. This option might be useful especially with static configuration of + the interface. DHCP_SEND_HOSTNAME=yes|no|1|0 Tells initscripts whether the DHCP_HOSTNAME or DHCP_FQDN options (below) should be sent to DHCP server. |