diff options
author | Tom Gundersen <teg@jklm.no> | 2011-06-01 21:53:21 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-06-01 22:28:07 +0200 |
commit | e1f69e92b15cc3dec68effba86ee0f48fe4ee55e (patch) | |
tree | d0c2a944d4186775693199eea73a87c097ead94c /rc.conf | |
parent | 9f54e01053f1db170fc5c7528e15a0d3a82dd09d (diff) |
fixup: network: deprecate net-tools
Commit a3314c7697 deleted a bit too much of the comments from rc.conf.
This patch restores the comments/example used by netcfg, and clarifies
the comments a bit.
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.conf')
-rw-r--r-- | rc.conf | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -92,6 +92,18 @@ gateway= # This is required if your root device is on NFS. NETWORK_PERSIST="no" +# Enable these netcfg profiles at boot-up. These are useful if you happen to +# need more advanced network features than the simple network service +# supports, such as multiple network configurations (ie, laptop users) +# - set to 'menu' to present a menu during boot-up (dialog package required) +# - prefix an entry with a ! to disable it +# +# Network profiles are found in /etc/network.d +# +# This requires the netcfg package +# +#NETWORKS=(main) + # ----------------------------------------------------------------------- # DAEMONS # ----------------------------------------------------------------------- |