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:
parent
6491e409a9
commit
c795707975
6
configs/releng/root-image/etc/conf.d/dhcpcd
Normal file
6
configs/releng/root-image/etc/conf.d/dhcpcd
Normal file
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Arguments to be passed to the DHCP client daemon
|
||||
#
|
||||
|
||||
DHCPCD_ARGS="-qb"
|
||||
|
@ -8,7 +8,7 @@
|
||||
# For more details on rc.conf see rc.conf(5).
|
||||
#
|
||||
|
||||
DAEMONS=(syslog-ng haveged pacman-init)
|
||||
DAEMONS=(syslog-ng network haveged pacman-init)
|
||||
|
||||
# Storage
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user