mirror of
https://github.com/opnsense/src.git
synced 2026-03-28 13:43:12 -04:00
kenv(8) -> kenv(1)
MFC after: 1 month Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
80a8746108
commit
0ca11f9ded
2 changed files with 3 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ Instead of rebooting, unmount all filesystems except the one containing
|
|||
currently-running executable, and mount root filesystem using the same
|
||||
mechanism which is used during normal boot, based on
|
||||
vfs.root.mountfrom
|
||||
.Xr kenv 8
|
||||
.Xr kenv 1
|
||||
variable.
|
||||
.It Dv RB_RDONLY
|
||||
Initially mount the root file system read-only.
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ This option should probably not be used.
|
|||
The system kills all processes, unmounts all filesystems, mounts the new
|
||||
root filesystem, and begins the usual startup sequence.
|
||||
After changing vfs.root.mountfrom with
|
||||
.Xr kenv 8 ,
|
||||
.Xr kenv 1 ,
|
||||
.Nm Fl r
|
||||
can be used to change the root filesystem while preserving kernel state.
|
||||
.El
|
||||
|
|
@ -153,6 +153,7 @@ kenv vfs.root.mountfrom=ufs:/dev/ada0s1a
|
|||
reboot -r
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr kenv 1 ,
|
||||
.Xr getutxent 3 ,
|
||||
.Xr boot 8 ,
|
||||
.Xr dumpon 8 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue