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:50:53 -0500 |
commit | 2f46163d535c98211ea11c6e8ac004a99c8b52c6 (patch) | |
tree | f1b01284c757ab468a6a22b722ac6fed5e57b9c2 /sysconfig.txt | |
parent | 3a728edea26c8c518eed093c16a705dec01b1d8f (diff) | |
download | initscripts-2f46163d535c98211ea11c6e8ac004a99c8b52c6.tar initscripts-2f46163d535c98211ea11c6e8ac004a99c8b52c6.tar.gz initscripts-2f46163d535c98211ea11c6e8ac004a99c8b52c6.tar.bz2 initscripts-2f46163d535c98211ea11c6e8ac004a99c8b52c6.tar.xz initscripts-2f46163d535c98211ea11c6e8ac004a99c8b52c6.zip |
Document DHCLIENTARGS.
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 2dce8e81..480a42db 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -563,6 +563,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 |