diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2013-03-18 22:16:55 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2013-03-18 22:16:55 +0100 |
commit | 9cf4c218da66b3aa35743a2c4c842fd2c2c5bb9c (patch) | |
tree | dca3cc684dc79c4a4e292dec12c4df0c7aa87b46 /docs | |
parent | 7699be26477ba73ca470658ccec05a55499f7af0 (diff) | |
download | netctl-9cf4c218da66b3aa35743a2c4c842fd2c2c5bb9c.tar.gz netctl-9cf4c218da66b3aa35743a2c4c842fd2c2c5bb9c.tar.xz |
Documentation updates
Diffstat (limited to 'docs')
-rw-r--r-- | docs/netctl.profile.5.txt | 4 | ||||
-rw-r--r-- | docs/netctl.special.7.txt | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/docs/netctl.profile.5.txt b/docs/netctl.profile.5.txt index 176e876..5d9964e 100644 --- a/docs/netctl.profile.5.txt +++ b/docs/netctl.profile.5.txt @@ -131,6 +131,10 @@ network. In particular, these connection types are +ethernet+, The name of the preferred DHCP client. Supported options are `dhcpcd' and `dhclient'. Defaults to `dhcpcd'. +'DHCPOptions=':: + Additional options to be passed to the DHCP client. Do not use this + unless you know what you are doing. + 'IPCustom=()':: An array of argument lines to pass to `ip`. This can be used to achieve complicated configurations within the framework of *netctl*. diff --git a/docs/netctl.special.7.txt b/docs/netctl.special.7.txt index 9520385..668f7b1 100644 --- a/docs/netctl.special.7.txt +++ b/docs/netctl.special.7.txt @@ -45,8 +45,10 @@ netctl-sleep.service:: netctl-auto@<interface>.service:: This unit issues a scan on the interface it is used for and tries to - start a profile for a network it finds. It is targeted to wireless - interfaces. + start a profile for a network it finds. It is targeted at wireless + interfaces. Profile specific values for WPADriver are ignored, but + it is possible to specify WPADriver in an interface hook + ('/etc/netctl/interfaces/<interface>'). netctl-ifplugd@<interface>.service:: This unit starts ifplugd on the interface it is used for. It will |