From 35b102dae60e53a4be06dbe1c5d2950ee862542b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 30 Oct 2025 23:23:52 +0000 Subject: Finish repo documentation; make bootdb configurable; fix install --- doc/s6-rc-set-install.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'doc/s6-rc-set-install.html') diff --git a/doc/s6-rc-set-install.html b/doc/s6-rc-set-install.html index 02b01f8..c3051f4 100644 --- a/doc/s6-rc-set-install.html +++ b/doc/s6-rc-set-install.html @@ -5,7 +5,7 @@ s6-rc: the s6-rc-set-install program - + @@ -31,16 +31,18 @@ the live database of the currently running system.

Interface

-     s6-rc-set-install [ -v verbosity ] [ -r repo ] [ -l livedir ] [ -f convfile ] [ -b ] [ -K ] set bootdbdir
+     s6-rc-set-install [ -v verbosity ] [ -r repo ] [ -c bootdb ] [ -l livedir ] [ -f convfile ] [ -b ] [ -K ] set
 

Options

@@ -55,6 +57,13 @@ error messages will be written, and 2 or more adds informational messages.
Use the repository in repo, which must exist. Default is /var/lib/s6-rc/repository.
+
-c bootdb, --bootdb=bootdb
+
Use bootdb as the path to the boot-time database. This must be +the same path that is given to the -c option of +s6-rc-init at boot time. The default is +/etc/s6-rc/compiled/current. Note that bootdb +must always be a symlink, pointing to the real compiled database at any time.
+
-l livedir, --livedir=livedir
Assume the live directory of the machine, as created by s6-rc-init, is livedir. The default -- cgit v1.3.1