From 25f4880b88f77188cc8a099832cafa814d7c2930 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 17 Jan 2026 23:07:49 +0000 Subject: Add --no-update option to s6-rc-set-install --- doc/s6-rc-set-install.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/s6-rc-set-install.html b/doc/s6-rc-set-install.html index c3051f4..8cdede9 100644 --- a/doc/s6-rc-set-install.html +++ b/doc/s6-rc-set-install.html @@ -88,6 +88,13 @@ is the path to that old database. It can e.g. be used by automation to keep the possibility of rollbacks. By default, s6-rc-set-install will delete the old live database after successfully updating to the new one. + +
--no-update
+
Only copy the database from the repository and link it as boot database; +do not run s6-rc-update. This should only +be used for a first installation, never when services are already managed with +s6-rc — else it bypasses the check that the default enabled service set +is actually viable, and might give an unpleasant surprise at next boot.

Exit codes

-- cgit v1.3.1