From 4e457e0efd0e5fd5df24c7e9ed63b02d0196ea8d Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Fri, 28 Dec 2012 02:38:58 +0100 Subject: Forking netcfg to netctl (1/2) This commit contains the moving of files. --- README | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'README') diff --git a/README b/README index f7d24e5..9b27fa6 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3-24-g4f1b