svn commit: r323379 - head/sys/boot/common

Warner Losh imp at FreeBSD.org
Sat Sep 9 21:33:45 UTC 2017


Author: imp
Date: Sat Sep  9 21:33:43 2017
New Revision: 323379
URL: https://svnweb.freebsd.org/changeset/base/323379

Log:
  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.

Modified:
  head/sys/boot/common/loader.8

Modified: head/sys/boot/common/loader.8
==============================================================================
--- head/sys/boot/common/loader.8	Sat Sep  9 21:03:40 2017	(r323378)
+++ head/sys/boot/common/loader.8	Sat Sep  9 21:33:43 2017	(r323379)
@@ -487,13 +487,11 @@ That happens before entering single-user mode or multi
 mode (but after executing the
 .Va init_script
 if enabled).
-This functionality has been eclipsed by rerooting.
+This functionality has generally been eclipsed by rerooting.
 See
 .Xr reboot 8
 .Fl r
 for details.
-It will be removed in
-.Fx 13.0 .
 .It Va init_path
 Sets the list of binaries which the kernel will try to run as the initial
 process.
@@ -515,13 +513,11 @@ if the script terminates with a non-zero exit code,
 or if a SIGTERM is delivered to the
 .Xr init 8
 process (PID 1).
-This functionality has been eclipsed by rerooting.
+This functionality has generally been eclipsed by rerooting.
 See
 .Xr reboot 8
 .Fl r
 for details.
-It will be removed in
-.Fx 13.0 .
 .It Va init_shell
 Defines the shell binary to be used for executing the various shell scripts.
 The default is


More information about the svn-src-head mailing list