summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2004-03-23 23:22:35 +0000
committerbrooks <brooks@FreeBSD.org>2004-03-23 23:22:35 +0000
commit6ef21c4a07dac11502964fa4d78a1a8e4ebf8f57 (patch)
treed9b096b9f096d409be1781f62df49a81a0287675 /share/man/man5
parent7f1a3eaf9e2d40200c0bdf4f3e241f649e159a58 (diff)
downloadFreeBSD-src-6ef21c4a07dac11502964fa4d78a1a8e4ebf8f57.zip
FreeBSD-src-6ef21c4a07dac11502964fa4d78a1a8e4ebf8f57.tar.gz
Overhaul the /etc/rc.d/diskless script by splitting it out into
hostname, resolve, tmp, and var scripts. The latter three are new and were repo copied. These scripts no longer depend on being booted with and NFS root instead attempt to automaticly create mfs /tmp and /var volumes if the they are not writable. This behavior can be overridden in /etc/rc.conf. Reviewed by: luigi, pjd
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/rc.conf.542
1 files changed, 42 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 7f7c695..accb2b7 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -225,6 +225,48 @@ based cards.
.Pq Vt str
List of removable network interfaces to be supported by
.Pa /etc/pccard_ether .
+.It Va tmpmfs
+Controls the creation of an mfs
+.Pa /tmp
+file system.
+Always happens if set to
+.Dq Li YES
+and never happens if set to
+.Dq Li NO .
+If set anything else, a memory file system is created if
+.Pa /tmp
+is not writable.
+.It Va tmpsize
+Controls the size of a created mfm
+.Pa /tmp .
+.It Va varmfs
+Controls the creation of an mfs
+.Pa /var
+file system.
+Always happens if set to
+.Dq Li YES
+and never happens if set to
+.Dq Li NO .
+If set anything else, a memory file system is created if
+.Pa /var
+is not writable.
+.It Va varsize
+Controls the size of a created mfm
+.Pa /var .
+.It Va populate_var
+Controls the automatic population of the
+.Pa /var
+file system.
+Always happens if set to
+.Dq Li YES
+and never happens if set to
+.Dq Li NO .
+If set anything else, a memory file system is created if /tmp is not writable.
+Note that this process requires access to certain commands in
+.Pa /usr
+before
+.Pa /usr
+is mounted on normal systems.
.It Va local_startup
.Pq Vt str
List of directories to search for startup script files.
OpenPOWER on IntegriCloud