aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2002-03-04 07:28:25 +0000
committerJudd Vinet <judd@archlinux.org>2002-03-04 07:28:25 +0000
commit98c76a453222169f12b0e95f8a7ed0175e182598 (patch)
tree59132a1d0bafb1a284b804b29bda1dbc049fd79d /rc.conf
downloadinitscripts-98c76a453222169f12b0e95f8a7ed0175e182598.tar.xz
Initial revision
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/rc.conf b/rc.conf
new file mode 100644
index 0000000..38c6e01
--- /dev/null
+++ b/rc.conf
@@ -0,0 +1,33 @@
+#
+# /etc/rc.conf
+#
+
+#
+# Localization
+#
+KEYMAP=us
+TIMEZONE=Canada/Pacific
+
+#
+# Networking
+#
+HOSTNAME=myhost
+
+#
+# Daemons to start at boot-up
+#
+DAEMONS=()
+
+#
+# PCMCIA
+#
+# Set to "yes" to use PCMCIA Services
+PCMCIA=no
+# Should be either i82365 or tcic
+PCIC=i82365
+PCIC_OPTS=
+CORE_OPTS=
+CARDMGR_OPTS=
+SCHEME=
+
+# End of file