Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/default-config/etc/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'default-config/etc/rc.conf')
-rw-r--r--default-config/etc/rc.conf22
1 files changed, 22 insertions, 0 deletions
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)