From 6042c85e7ed2c03be582857d1dd40135dadb0723 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 18 Jan 2026 05:15:31 +0000 Subject: live_install fix, doc fix --- doc/overview.html | 2 +- src/s6-frontend/live_install.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/overview.html b/doc/overview.html index f4d16f7..63bd3bd 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -69,7 +69,7 @@ these services should already have them defined, and the service definition directories should already made available in some pre-configured stores. Your distribution should also have pre-installed everything you need in order -for yo to be able to use the s6 command to +for you to be able to use the s6 command to control the system. But if you are installing s6-frontend manually, or are the person building the distribution, here is what you need to do:

diff --git a/src/s6-frontend/live_install.c b/src/s6-frontend/live_install.c index 7da1759..fb13e1b 100644 --- a/src/s6-frontend/live_install.c +++ b/src/s6-frontend/live_install.c @@ -27,7 +27,7 @@ void live_install (char const *const *argv) { { .so = 'b', .lo = "block", .clear = 0, .set = GOLB_BLOCK }, { .so = 'K', .lo = "keep-old", .clear = 0, .set = GOLB_KEEPOLD }, - { .so = 0, .lo = "init", .clear = 0, .set = GOLA_INIT }, + { .so = 0, .lo = "init", .clear = 0, .set = GOLB_INIT }, } ; static gol_arg const rgola[] = { -- cgit v1.3.1