From 676782bc3af8d266b67bbc35b7d791cd8c703aee Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 30 Aug 2006 05:32:35 +0000 Subject: Initial import git-svn-id: http://phraktured.net/archiso@1 00a9fe69-e71b-0410-bb23-df0e5024db41 --- default-config/etc/rc.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 default-config/etc/rc.conf (limited to 'default-config/etc/rc.conf') diff --git a/default-config/etc/rc.conf b/default-config/etc/rc.conf new file mode 100644 index 0000000..ea21295 --- /dev/null +++ b/default-config/etc/rc.conf @@ -0,0 +1,22 @@ +# +# /etc/rc.conf - Main Configuration for Arch Linux + +LOCALE="en_US.UTF-8" +HARDWARECLOCK="UTC" +TIMEZONE="America/Chicago" +KEYMAP="us" +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) -- cgit v1.2.3-70-g09d2