bf98501dbd
* 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>
24 lines
389 B
Plaintext
24 lines
389 B
Plaintext
. /etc/archiso/functions
|
|
#
|
|
# /etc/rc.conf - configuration file for initscripts
|
|
#
|
|
# Most of rc.conf has been replaced by various other configuration
|
|
# files. See archlinux(7) for details.
|
|
#
|
|
# For more details on rc.conf see rc.conf(5).
|
|
#
|
|
|
|
DAEMONS=(syslog-ng network haveged pacman-init)
|
|
|
|
# Storage
|
|
#
|
|
# USEDMRAID="no"
|
|
# USELVM="no"
|
|
|
|
# Network
|
|
#
|
|
# interface=
|
|
# address=
|
|
# netmask=
|
|
# gateway=
|