2af94c5d1d
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
13 lines
147 B
Bash
13 lines
147 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: rcconf
|
|
# BEFORE: disks initrandom
|
|
|
|
. /etc/rc.subr
|
|
|
|
echo "Loading configuration files."
|
|
load_rc_config 'XXX'
|