diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2015-09-18 17:32:22 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2015-09-18 17:32:22 +0000 |
| commit | 0d3d0cc3588de0467a7e499640499f8e6725d4bb (patch) | |
| tree | 64974d4c066398aa4020300d6dc8d32a856315a2 /lib/libc/sys/reboot.2 | |
| parent | 0510aedcd51ad288ed1b577c17f50915fba1d8af (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/reboot.2')
| -rw-r--r-- | lib/libc/sys/reboot.2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2 index caaba5848bc4f..c32763896a7f7 100644 --- a/lib/libc/sys/reboot.2 +++ b/lib/libc/sys/reboot.2 @@ -113,6 +113,13 @@ Normally, the disks are sync'd (see before the processor is halted or rebooted. This option may be useful if file system changes have been made manually or if the processor is on fire. +.It Dv RB_REROOT +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 +variable. .It Dv RB_RDONLY Initially mount the root file system read-only. This is currently the default, and this option has been deprecated. |
