aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
blob: 389e0cd52230826df7d58724b7dff694af47c8ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# /etc/rc.conf
#

#
# Localization
#
KEYMAP=us
TIMEZONE=Canada/Pacific

#
# Networking
#
HOSTNAME="myhost"
IPADDR="192.168.0.2"
NETMASK="255.255.255.0"
GATEWAY="192.168.0.1"

#
# 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