diff options
author | Judd Vinet <judd@archlinux.org> | 2005-06-30 23:57:54 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2005-06-30 23:57:54 +0000 |
commit | 863e8311cfc2ec7dc98fdb43abaa8499dd3414a4 (patch) | |
tree | d60ee22af2dd5ab6b2618af6bc172ecc0c0f56c7 /rc.conf | |
parent | 47ca58301f0bf0680baf59465202c4209b1ac112 (diff) |
added new netcfg stuff for roaming network profiles
Diffstat (limited to 'rc.conf')
-rw-r--r-- | rc.conf | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -53,6 +53,16 @@ gateway="default gw 192.168.0.1" ROUTES=(!gateway) # +# Enable these network profiles at boot-up. These are only useful +# if you happen to need multiple network configurations (ie, laptop users) +# (set to 'menu' to present a menu during boot-up) +# (prefix with a ! to disable) +# +# Network profiles are found in /etc/network-profiles +# +#NET_PROFILES=(main) + +# # Daemons to start at boot-up (in this order) # (prefix a daemon with a ! to disable it) # (prefix a daemon with a @ to start it up in the background) |