diff options
author | Judd Vinet <judd@archlinux.org> | 2005-09-15 20:05:07 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2005-09-15 20:05:07 +0000 |
commit | e772aeae76f2ad704a834dc17df02dbc137a6573 (patch) | |
tree | 954dcf245b4eedb69badab02e5b22459364c5cb2 /rc.conf | |
parent | 0be8f5b2d33fc6160e2a62d33fc1f828218fa90a (diff) |
modified netcfg/network scripts -- you can list multiple entries in NET_PROFILES that use the same INTERFACE. They will be started one at a time, and the first successful one will be kept.
Diffstat (limited to 'rc.conf')
-rw-r--r-- | rc.conf | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -36,7 +36,7 @@ MODULES=(!usbserial !ide-scsi) # # Interfaces to start at boot-up (in this order) # Declare each interface then list in INTERFACES -# (prefix an interface in INTERFACES with a ! to disable it) +# - prefix an entry in INTERFACES with a ! to disable it # # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp") # @@ -47,7 +47,7 @@ INTERFACES=(lo eth0) # # Routes to start at boot-up (in this order) # Declare each route then list in ROUTES -# (prefix a route in ROUTES with a ! to disable it) +# - prefix an entry in ROUTES with a ! to disable it # gateway="default gw 192.168.0.1" ROUTES=(!gateway) @@ -55,8 +55,8 @@ 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) +# - set to 'menu' to present a menu during boot-up +# - prefix an entry with a ! to disable it # # Network profiles are found in /etc/network-profiles # @@ -64,8 +64,8 @@ ROUTES=(!gateway) # # 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) +# - prefix a daemon with a ! to disable it +# - prefix a daemon with a @ to start it up in the background # DAEMONS=(syslog-ng hotplug !pcmcia network netfs crond) |