2009-11-25 19:40:07 +01:00
|
|
|
#
|
|
|
|
# /etc/rc.conf - Main Configuration for Arch Linux
|
|
|
|
|
2011-03-03 11:44:55 +01:00
|
|
|
. /etc/rc.d/functions
|
2009-11-25 19:40:07 +01:00
|
|
|
|
|
|
|
LOCALE_DEFAULT="en_US.UTF-8"
|
|
|
|
CLOCK_DEFAULT=""
|
|
|
|
TIMEZONE_DEFAULT=""
|
|
|
|
KEYMAP_DEFAULT="us"
|
|
|
|
|
2011-03-03 11:44:55 +01:00
|
|
|
LOCALE="$(kernel_cmdline locale ${LOCALE_DEFAULT})"
|
|
|
|
HARDWARECLOCK="$(kernel_cmdline clock ${CLOCK_DEFAULT})"
|
|
|
|
TIMEZONE="$(kernel_cmdline timezone ${TIMEZONE_DEFAULT})"
|
|
|
|
KEYMAP="$(kernel_cmdline keymap ${KEYMAP_DEFAULT})"
|
|
|
|
CONSOLEFONT="$(kernel_cmdline consolefont)"
|
|
|
|
CONSOLEMAP="$(kernel_cmdline consolemap)"
|
2009-11-25 19:40:07 +01:00
|
|
|
USECOLOR="yes"
|
|
|
|
|
|
|
|
MOD_AUTOLOAD="yes"
|
|
|
|
|
|
|
|
HOSTNAME="archiso"
|
|
|
|
|
|
|
|
#TODO add more auto-daemons here, especially the live-cd specific stuff
|
2009-12-02 03:20:04 +01:00
|
|
|
DAEMONS=(syslog-ng network archiso)
|
2009-11-25 19:40:07 +01:00
|
|
|
#TODO: auto-network find-disks find-user-home
|