aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/devfs
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2005-12-10 20:21:46 +0000
committerDoug Barton <dougb@FreeBSD.org>2005-12-10 20:21:46 +0000
commit57e561c08373c9cb2c7fcceac7a91e51b6489e26 (patch)
tree5ded1b51d381a4c99cb73693b054a0b1d6c00a3b /etc/rc.d/devfs
parent0868a57db06c0b5c3b691ae4166caf259d4912b8 (diff)
downloadsrc-57e561c08373c9cb2c7fcceac7a91e51b6489e26.tar.gz
src-57e561c08373c9cb2c7fcceac7a91e51b6489e26.zip
Remove rcconf.sh from /etc/rc.d, and instead load the configuration
as part of rc. Doing this, and the sourcing of rc.subr after we have determined if we are booting diskless (and correspondingly run rc.initdiskless if necessary) are safe, and actually allow fewer files to be needed on the diskless box. This also allows variables from the configuration to be available to rc itself, such as ... Add a variable to rc.conf, early_late_divider, which designates the script which separates the early and late stages of the boot process. Default this to mountcritlocal, and add text to etc/defaults/rc.conf, rc.conf(5) and diskless(8) which describes how and why one might want to change this. Reviewed by: brooks
Notes
Notes: svn path=/head/; revision=153298
Diffstat (limited to 'etc/rc.d/devfs')
-rw-r--r--etc/rc.d/devfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/devfs b/etc/rc.d/devfs
index d74e988e4efd..e7a607112449 100644
--- a/etc/rc.d/devfs
+++ b/etc/rc.d/devfs
@@ -4,7 +4,7 @@
#
# PROVIDE: devfs
-# REQUIRE: rcconf mountcritremote
+# REQUIRE: mountcritremote
# BEFORE: SERVERS securelevel
# KEYWORD: nojail