freebsd-dev/etc/rc.d/rcconf.sh
Brooks Davis 2af94c5d1d To allow /etc to be as minimal as possible in a diskless setup, we need
to run initdiskless before we run rcorder on /etc/rc.d.  To allow this,
move /etc/rc.d/initdiskless to /etc/rc.initdiskless and run it directly
from /etc/rc.

Remove /etc/rc.d/preseedrandom as it is no longer necessicary (we start
with entropy unblocked) and was only used by initdiskless when it
was needed.

Discussed on:	freebsd-rc
Repocopy by:	peter
2005-04-29 23:02:56 +00:00

13 lines
147 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: rcconf
# BEFORE: disks initrandom
. /etc/rc.subr
echo "Loading configuration files."
load_rc_config 'XXX'