diff options
author | Bill Nottingham <notting@redhat.com> | 2010-02-16 16:50:53 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-02-16 16:51:07 -0500 |
commit | eea3ed8112f77a5c1132c08b395ea8dbdaeb3c86 (patch) | |
tree | 1ff4e6d263c52ef1e5032bcc639a0b644df58356 | |
parent | 8b873922b0b6e1ba0b959eb69deeac6b2f0177bf (diff) | |
download | initscripts-eea3ed8112f77a5c1132c08b395ea8dbdaeb3c86.tar initscripts-eea3ed8112f77a5c1132c08b395ea8dbdaeb3c86.tar.gz initscripts-eea3ed8112f77a5c1132c08b395ea8dbdaeb3c86.tar.bz2 initscripts-eea3ed8112f77a5c1132c08b395ea8dbdaeb3c86.tar.xz initscripts-eea3ed8112f77a5c1132c08b395ea8dbdaeb3c86.zip |
Document DHCLIENTARGS.
-rw-r--r-- | sysconfig.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 44db524c..875b84f0 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -570,6 +570,8 @@ Files in /etc/sysconfig/network-scripts/ on the same subnet as $GATEWAY will set the default route to be via $GATEWAY, and no other dhclient session will set the default route. + DHCLIENTARGS= + Any additional arguments to dhclient. If BOOTPROTO is not "none", then the only other item that must be set is the DEVICE item; all the rest will be determined |