It's been pointed out that init_script at least is useful w/o
re-rooting. Remove deprecation notice for it. init_chroot likely is still better served with reroot.
This commit is contained in:
parent
7b5f06fbcc
commit
618a000b0c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323379
@ -487,13 +487,11 @@ That happens before entering single-user mode or multi-user
|
|||||||
mode (but after executing the
|
mode (but after executing the
|
||||||
.Va init_script
|
.Va init_script
|
||||||
if enabled).
|
if enabled).
|
||||||
This functionality has been eclipsed by rerooting.
|
This functionality has generally been eclipsed by rerooting.
|
||||||
See
|
See
|
||||||
.Xr reboot 8
|
.Xr reboot 8
|
||||||
.Fl r
|
.Fl r
|
||||||
for details.
|
for details.
|
||||||
It will be removed in
|
|
||||||
.Fx 13.0 .
|
|
||||||
.It Va init_path
|
.It Va init_path
|
||||||
Sets the list of binaries which the kernel will try to run as the initial
|
Sets the list of binaries which the kernel will try to run as the initial
|
||||||
process.
|
process.
|
||||||
@ -515,13 +513,11 @@ if the script terminates with a non-zero exit code,
|
|||||||
or if a SIGTERM is delivered to the
|
or if a SIGTERM is delivered to the
|
||||||
.Xr init 8
|
.Xr init 8
|
||||||
process (PID 1).
|
process (PID 1).
|
||||||
This functionality has been eclipsed by rerooting.
|
This functionality has generally been eclipsed by rerooting.
|
||||||
See
|
See
|
||||||
.Xr reboot 8
|
.Xr reboot 8
|
||||||
.Fl r
|
.Fl r
|
||||||
for details.
|
for details.
|
||||||
It will be removed in
|
|
||||||
.Fx 13.0 .
|
|
||||||
.It Va init_shell
|
.It Va init_shell
|
||||||
Defines the shell binary to be used for executing the various shell scripts.
|
Defines the shell binary to be used for executing the various shell scripts.
|
||||||
The default is
|
The default is
|
||||||
|
Loading…
Reference in New Issue
Block a user