Date: Sat, 9 Sep 2017 16:04:50 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r323367 - head/sys/boot/common Message-ID: <201709091604.v89G4os5097038@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Sat Sep 9 16:04:49 2017 New Revision: 323367 URL: https://svnweb.freebsd.org/changeset/base/323367 Log: Mark init_chroot and init_script variables as deprecated. Modified: head/sys/boot/common/loader.8 Modified: head/sys/boot/common/loader.8 ============================================================================== --- head/sys/boot/common/loader.8 Sat Sep 9 14:30:16 2017 (r323366) +++ head/sys/boot/common/loader.8 Sat Sep 9 16:04:49 2017 (r323367) @@ -487,6 +487,13 @@ 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. +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. @@ -508,6 +515,13 @@ 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. +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709091604.v89G4os5097038>