Saturday, September 05, 2009

Arch :: rc.conf

#
# /etc/rc.conf - Main Configuration for Arch Linux

LOCALE=en_US.utf8
HARDWARECLOCK=""
TIMEZONE=""
KEYMAP="us"

USECOLOR="yes"
MOD_AUTOLOAD="yes"

MODULES=("psmouse proto=imps" "vboxdrv")

HOSTNAME="arch-live"

eth0="dhcp"
INTERFACES=(eth0)

#TODO add more auto-daemons here, especially the live-cd specific stuff
DAEMONS=(!chakra-hwdetect syslog-ng polkitparser hal @iptables @firewall @network !crond !portmap @fam !gamin @alsa @wicd archlive slim)
#DAEMONS=(addmods chakra-hwdetect syslog-ng @network @hal @fam !sshd !vbox @wicd chakra-xorg-detect chakra-xorg-config @chakra-alsa archlive slim)
#TODO: auto-network find-disks find-user-home

No comments: