ISO/default-config/etc/rc.conf

23 lines
397 B
Plaintext
Raw Normal View History

#
# /etc/rc.conf - Main Configuration for Arch Linux
LOCALE="##LOCALE##"
HARDWARECLOCK="UTC"
TIMEZONE="##TIMEZONE##"
KEYMAP="##KEYMAP##"
CONSOLEFONT=""
CONSOLEMAP=""
USECOLOR="yes"
MOD_AUTOLOAD="yes"
MODULES=()
USELVM="no"
HOSTNAME="archlive"
lo="lo 127.0.0.1"
INTERFACES=(lo)
ROUTES=()
#TODO add more auto-daemons here, especially the live-cd specific stuff
DAEMONS=(syslog-ng network crond)