aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2017-05-02 23:51:16 +0200
committerDee'Kej <deekej@linuxmail.org>2017-05-03 10:59:51 +0200
commit7414ff601a342b2872ae88552c5fb91f1de3fc89 (patch)
treed1898177d8a41403e54f9400af75bf24340340be
parentcb7a84e8106398cd021237f41e7dd1e1e503c286 (diff)
downloadinitscripts-7414ff601a342b2872ae88552c5fb91f1de3fc89.tar
initscripts-7414ff601a342b2872ae88552c5fb91f1de3fc89.tar.gz
initscripts-7414ff601a342b2872ae88552c5fb91f1de3fc89.tar.bz2
initscripts-7414ff601a342b2872ae88552c5fb91f1de3fc89.tar.xz
initscripts-7414ff601a342b2872ae88552c5fb91f1de3fc89.zip
sysconfig.txt: mention previously introduced NO_DHCP_HOSTNAME option
-rw-r--r--sysconfig.txt4
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.