Enable network by default

* add the network daemon to rc.conf
* configure dhcpd to background immediatly so we don't timeout if network is not up yet

Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
This commit is contained in:
Pierre Schmitz 2012-07-31 19:52:09 -03:00 committed by Gerardo Exequiel Pozzi
parent 6491e409a9
commit c795707975
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
#
# Arguments to be passed to the DHCP client daemon
#
DHCPCD_ARGS="-qb"

View File

@ -8,7 +8,7 @@
# For more details on rc.conf see rc.conf(5). # For more details on rc.conf see rc.conf(5).
# #
DAEMONS=(syslog-ng haveged pacman-init) DAEMONS=(syslog-ng network haveged pacman-init)
# Storage # Storage
# #