]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/examples/diskless/HT.DISKLESS/rc.conf.local
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / share / examples / diskless / HT.DISKLESS / rc.conf.local
1 # DISKLESS RC.CONF.LOCAL
2 #
3 # Override system standard /etc/rc.conf
4
5 ldconfig_paths="$ldconfig_paths /usr/krb5/lib"
6 ldconfig_paths_aout="$ldconfig_paths_aout /usr/krb5/lib/aout"
7
8 # Must do NFS mounts early
9 # Must not attempt to mount root rw
10 #
11 early_nfs_mounts="YES"
12 root_rw_mount="NO"
13
14 inetd_enable="NO"
15 portmap_enable="NO"
16 router_enable="NO"
17 cron_enable="NO"
18 sendmail_enable="NO"
19
20 # Enable additional services
21 #
22
23 nfs_client_enable="YES"
24 lpd_enable="YES"
25 ntpdate_enable="YES"
26 ntpdate_flags="apollo.backplane.com"
27 xntpd_enable="YES"
28
29 if [ -f /etc/ipfw.conf ]; then
30     firewall_enable="YES"
31     firewall_type="/etc/ipfw.conf"
32     firewall_quiet="NO"
33 fi
34