aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
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