diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-18 05:15:31 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-18 05:15:31 +0000 |
| commit | 6042c85e7ed2c03be582857d1dd40135dadb0723 (patch) | |
| tree | 428eb4babc78f8eff231c52f82f742b358fc0158 | |
| parent | c2740b983f6bb4baf0d5a1772fa3682cc66aa5f9 (diff) | |
| download | s6-frontend-6042c85e7ed2c03be582857d1dd40135dadb0723.tar.gz | |
live_install fix, doc fix
| -rw-r--r-- | doc/overview.html | 2 | ||||
| -rw-r--r-- | 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 <a href="//skarnet.org/software/s6-rc/repodefs#store">stores</a>. Your distribution should also have pre-installed everything you need in order -for yo to be able to use the <a href="s6.html"><tt>s6</tt></a> command to +for you to be able to use the <a href="s6.html"><tt>s6</tt></a> command to control the system. But if you are installing s6-frontend manually, or are the person <em>building</em> the distribution, here is what you need to do: </p> 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[] = { |
