diff options
author | Roy Marples <roy@marples.name> | 2009-04-19 21:45:09 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-04-19 21:45:09 +0000 |
commit | 588c9da0abd52b88e95898e6801799c980d14494 (patch) | |
tree | 472b8e372d970a5a48685ffb47b7bd1b035b239b /conf.d/network.in | |
parent | 7e9cdbd16efae84169bf93d115d02fe36289781c (diff) |
Document DHCP and iwconfig.
Diffstat (limited to 'conf.d/network.in')
-rw-r--r-- | conf.d/network.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/network.in b/conf.d/network.in index cee7ef00..a0162057 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. + |