summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 13 insertions, 16 deletions
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