summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-04-19 21:45:09 +0000
committerRoy Marples <roy@marples.name>2009-04-19 21:45:09 +0000
commit588c9da0abd52b88e95898e6801799c980d14494 (patch)
tree472b8e372d970a5a48685ffb47b7bd1b035b239b /conf.d
parent7e9cdbd16efae84169bf93d115d02fe36289781c (diff)
downloadopenrc-588c9da0abd52b88e95898e6801799c980d14494.tar.gz
openrc-588c9da0abd52b88e95898e6801799c980d14494.tar.bz2
openrc-588c9da0abd52b88e95898e6801799c980d14494.tar.xz
Document DHCP and iwconfig.
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/network.Linux4
-rw-r--r--conf.d/network.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/conf.d/network.Linux b/conf.d/network.Linux
index c477d61..395c1cc 100644
--- a/conf.d/network.Linux
+++ b/conf.d/network.Linux
@@ -21,3 +21,7 @@
# ifconfig_eth0_3="192.168.3.10 netmask 255.255.255.0"
# ifconfig_eth0_4="192.168.4.10 netmask 255.255.255.0"
# ifdown_eth0="vconfig rem \$int.2; vconfig rem \$int.3; vconfig rem \$int.4"
+
+# Normally you would use wpa_supplicant to configure wireless, but you can
+# use iwconfig also
+# ifup_wlan0="iwconfig \$int key s:secretkey enc open essid foobar"
diff --git a/conf.d/network.in b/conf.d/network.in
index cee7ef0..a016205 100644
--- a/conf.d/network.in
+++ b/conf.d/network.in
@@ -20,3 +20,6 @@
# Any files found will automatically be put into the interfaces variable.
# You don't need to escape variables in files, so use $int instead of \$int.
+# If you require DHCP, you should install dhcpcd and it to the boot or
+# default runlevel.
+