diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-12-28 02:38:58 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-12-28 02:38:58 +0100 |
commit | 4e457e0efd0e5fd5df24c7e9ed63b02d0196ea8d (patch) | |
tree | 09580c92ca78e8b9b54d7ed8d6b79d7fcd6fd9ff /README | |
parent | 6737a37e5666837a8f51a2f74bdebdd756151394 (diff) | |
download | netctl-4e457e0efd0e5fd5df24c7e9ed63b02d0196ea8d.tar.gz netctl-4e457e0efd0e5fd5df24c7e9ed63b02d0196ea8d.tar.xz |
Forking netcfg to netctl (1/2)
This commit contains the moving of files.
Diffstat (limited to 'README')
-rw-r--r-- | README | 29 |
1 files changed, 13 insertions, 16 deletions
@@ -1,26 +1,23 @@ Dependencies: -- Linux +- systemd - Bash 4.x - GNU Coreutils - iproute2 -- dialog: for interactive menu -- ifplugd: for automatic connection -- wireless_tools: for net_rename - -For DHCP support: -- dhcpcd -- dhclient (for DHCPv6) +- resolvconf -For wireless support: -- wpa_supplicant +Optional: +- dhcpcd or dhclient: for DHCP support +- wpa_supplicant: for WPA support +- dialog: for the interactive assistant +- ifplugd: for automatic connection - wpa_actiond: for automatic connection - -For bonding support -- ifenslave - -For bridge support: -- bridge-utils +- ifenslave: for bonding support +- bridge-utils: for bridge support For documentation generation: - asciidoc +Naming Conventions for Variables: +end-user variables - CamelCase +local variables - lower_case +other variables - UPPER_CASE |