diff --git a/src/etc/s6/boot/stage2 b/src/etc/s6/boot/stage2 index 2674001..62b8139 100755 --- a/src/etc/s6/boot/stage2 +++ b/src/etc/s6/boot/stage2 @@ -38,7 +38,7 @@ foreground { # The init is complete, If the user has a given CMD, run it now, then kill everything when it exits. if -t { eltest $# -ne 0 } - foreground { with-env s6-setsid -gq -- $@ } + foreground { with-env s6-setsid -gq -d 0 -- $@ } importas -u ? ? foreground { s6-echo -- "[supervisor/cmd] ${1} exited ${?}" } diff --git a/src/usr/src/install-ignity.sh b/src/usr/src/install-ignity.sh index bdfdc9e..0011515 100644 --- a/src/usr/src/install-ignity.sh +++ b/src/usr/src/install-ignity.sh @@ -16,10 +16,10 @@ readonly SKALIBS_URL="https://github.com/skarnet/skalibs.git" readonly EXECLINE_URL="https://github.com/skarnet/execline.git" readonly S6_URL="https://github.com/skarnet/s6.git" readonly S6_PORTABLE_UTILS_URL="https://github.com/skarnet/s6-portable-utils.git" -readonly SKALIBS_VERSION="2.14.5.1" -readonly EXECLINE_VERSION="2.9.8.1" -readonly S6_VERSION="2.14.0.1" -readonly S6_PORTABLE_UTILS_VERSION="2.3.1.1" +readonly SKALIBS_VERSION="2.15.0.0" +readonly EXECLINE_VERSION="2.9.9.1" +readonly S6_VERSION="2.15.0.0" +readonly S6_PORTABLE_UTILS_VERSION="2.3.1.2" BUILD_DEPENDENCIES="ca-certificates build-essential git" # Fine tuning