Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 May 2026 07:17:04 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1332831c5aa7 - stable/15 - init.8: document init_path among loader tunables
Message-ID:  <69f847f0.413f8.561ba45@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=1332831c5aa7e2b828fd799b8ecc137421eadcb4

commit 1332831c5aa7e2b828fd799b8ecc137421eadcb4
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-04-26 10:20:16 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-05-04 07:16:39 +0000

    init.8: document init_path among loader tunables
    
    (cherry picked from commit 9e6ae89d831a4ddce0925ac3682d602a71f1b26d)
---
 sbin/init/init.8 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sbin/init/init.8 b/sbin/init/init.8
index 8f6e78b79d7b..f86adf53b361 100644
--- a/sbin/init/init.8
+++ b/sbin/init/init.8
@@ -396,6 +396,11 @@ back to the default, so that the
 .Pa /etc/rc
 script is executed with the standard shell
 .Pa /bin/sh .
+.It Va init_path
+Specifies the path used to search for the init binary.
+More than one binary can be listed in the string,
+candidate file names are split by the \[lq]:\[rq] separator.
+Each name is opened in sequence until a valid executable is found.
 .El
 .Sh FILES
 .Bl -tag -width /var/log/init.log -compact


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f847f0.413f8.561ba45>