From 98c76a453222169f12b0e95f8a7ed0175e182598 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Mon, 4 Mar 2002 07:28:25 +0000 Subject: Initial revision --- rc.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 rc.conf (limited to 'rc.conf') 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 -- cgit v1.2.3