summaryrefslogtreecommitdiffstats
path: root/share/man/man8
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2005-12-10 20:21:46 +0000
committerdougb <dougb@FreeBSD.org>2005-12-10 20:21:46 +0000
commit156819c49891b3da4cc03f62d8576f19c55d26ee (patch)
tree5ded1b51d381a4c99cb73693b054a0b1d6c00a3b /share/man/man8
parent18ad8e36cd3d532baad01a00fd3b5879f273cbd5 (diff)
downloadFreeBSD-src-156819c49891b3da4cc03f62d8576f19c55d26ee.zip
FreeBSD-src-156819c49891b3da4cc03f62d8576f19c55d26ee.tar.gz
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
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/diskless.814
1 files changed, 13 insertions, 1 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8
index 01b53d5..da302fd 100644
--- a/share/man/man8/diskless.8
+++ b/share/man/man8/diskless.8
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 28, 2004
+.Dd December 10, 2005
.Dt DISKLESS 8
.Os
.Sh NAME
@@ -248,6 +248,18 @@ scripts provide a mechanism through which you can override various files
in
.Pa /etc
(as well as other subdirectories of root).
+.Pp
+One difference that you should pay particular attention to is
+the value of
+.Va local_startup
+in
+.Pa /etc/defaults/rc.conf .
+A typical value for a
+.Nm
+boot is
+.Va mountcritremote ,
+however your needs may be different.
+.Pp
The scripts provide four
overriding directories situated in
.Pa /conf/base ,
OpenPOWER on IntegriCloud