Remove references to the long-gone ramdisk
Submitted by: Garrett Cooper <yanegomi@gmail.com>
This commit is contained in:
parent
3f9e68c52c
commit
e74d5a078a
@ -24,7 +24,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd September 13, 2010
|
||||
.Dd November 13, 2010
|
||||
.Dt RC.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -4082,65 +4082,6 @@ one could set the following:
|
||||
.Bd -literal
|
||||
mdconfig_md0_cmd="tar xfzC /var/file.tgz \e${_mp}"
|
||||
.Ed
|
||||
.It Va ramdisk_units
|
||||
.Pq Vt str
|
||||
A list of one or more ramdisk units to configure with
|
||||
.Xr mdconfig 8
|
||||
and
|
||||
.Xr newfs 8
|
||||
in time to be mounted from
|
||||
.Xr fstab 5 .
|
||||
Each listed unit
|
||||
.Ar X
|
||||
must specify at least a
|
||||
.Ar type
|
||||
in a
|
||||
.Va ramdisk_ Ns Ao Ar X Ac Ns Va _config
|
||||
variable.
|
||||
Note that this way to configure ramdisks has been deprecated
|
||||
in favor of new
|
||||
.Va mdconfig_md*
|
||||
variables (see above).
|
||||
.It Va ramdisk_ Ns Ao Ar X Ac Ns Va _config
|
||||
.Pq Vt str
|
||||
Arguments to
|
||||
.Xr mdconfig 8
|
||||
for ramdisk
|
||||
.Ar X .
|
||||
At minimum a
|
||||
.Fl t Ar type
|
||||
must be specified, where
|
||||
.Ar type
|
||||
must be one of
|
||||
.Cm malloc
|
||||
or
|
||||
.Cm swap .
|
||||
.It Va ramdisk_ Ns Ao Ar X Ac Ns Va _newfs
|
||||
.Pq Vt str
|
||||
Optional arguments passed to
|
||||
.Xr newfs 8
|
||||
to initialize ramdisk
|
||||
.Ar X .
|
||||
.It Va ramdisk_ Ns Ao Ar X Ac Ns Va _owner
|
||||
.Pq Vt str
|
||||
An ownership specification passed to
|
||||
.Xr chown 8
|
||||
after the specified ramdisk unit
|
||||
.Ar X
|
||||
has been mounted.
|
||||
Both the
|
||||
.Xr md 4
|
||||
device and the mount point will be changed.
|
||||
.It Va ramdisk_ Ns Ao Ar X Ac Ns Va _perms
|
||||
.Pq Vt str
|
||||
A mode string passed to
|
||||
.Xr chmod 1
|
||||
after the specified ramdisk unit
|
||||
.Ar X
|
||||
has been mounted.
|
||||
Both the
|
||||
.Xr md 4
|
||||
device and the mount point will be changed.
|
||||
.It Va autobridge_interfaces
|
||||
.Pq Vt str
|
||||
Set to the list of bridge interfaces that will have newly arriving interfaces
|
||||
|
Loading…
Reference in New Issue
Block a user