From d22d77590c8d7eae813913d868654fad787498f4 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 24 Jan 2026 08:30:57 +0000 Subject: Add -E | -e options to live install; fix configure --- configure | 3 +-- doc/index.html | 4 ++-- package/configure-snippets/configure_case_lines | 2 +- package/configure-snippets/configure_help_options | 1 - src/s6-frontend/live.help.txt | 4 +++- src/s6-frontend/live_install.c | 6 +++++- 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/configure b/configure index 1b19145..40ead18 100755 --- a/configure +++ b/configure @@ -57,7 +57,6 @@ Optional features: --disable-s6li do not use s6-linux-init functionality [enabled] --enable-util-linux use util-linux functionality [disabled] - --with-conf-file=FILE default configuration file for s6 command [SYSCONFDIR/s6-frontend.conf] --with-store-list=LIST list of service stores [PREFIX/share/s6-frontend/s6-rc/sources:SYSCONFDIR/s6-frontend/s6-rc/sources] --with-default-bundle=NAME name of the bundle started at boot [s6-rc default: default] @@ -234,7 +233,7 @@ for arg ; do --repodir=*) repodir=${arg#*=} ;; --bootdb=*) bootdb=${arg#*=} ;; --stmpdir=*) stmpdir=${arg#*=} ;; - --with-conf-file=*) conffile=${arg#*=} ;; + --conffile=*) conffile=${arg#*=} ;; --with-store-list=*) storelist=${arg#*=} ;; --with-default-bundle=*) defbundle=${arg#*=} ;; --enable-nsss|--enable-nsss=yes) usensss=true ;; diff --git a/doc/index.html b/doc/index.html index 6213b68..18df7e8 100644 --- a/doc/index.html +++ b/doc/index.html @@ -91,7 +91,7 @@ parts of an s6-based system.
  • execline version 2.9.8.1 or later
  • s6 version -2.14.0.0 or later
  • +2.14.0.1 or later
  • s6-rc version 0.6.0.0 or later
  • Optional: nsss version @@ -122,7 +122,7 @@ the shared version of the skarnet library.