From af21e602b1dad1b7fd2c00f570d1d5605b9bb277 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 20 May 2019 13:30:47 +0000 Subject: Improve UX following IRC feedback, prepare for 1.0.1.0 --- doc/s6-linux-init-maker.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'doc/s6-linux-init-maker.html') diff --git a/doc/s6-linux-init-maker.html b/doc/s6-linux-init-maker.html index 34fa829..218af02 100644 --- a/doc/s6-linux-init-maker.html +++ b/doc/s6-linux-init-maker.html @@ -59,7 +59,8 @@ machine. If it is not the case, the system will fail to boot. [ -e initial_envvar ] ... \ [ -q finalsleeptime ] \ [ -D initdefault ] \ - [ -n | -N ] + [ -n | -N ] \ + [ -f skeldir ] \ [ -U utmp_user ] \ dir @@ -295,6 +296,14 @@ option if your rootfs is read-only: failure to write to /run will cause init to die and the kernel to panic. This option is incompatible with the -n option.

+

  • -f skeldir : copy the skeleton +scripts from directory skeldir. By default, skeldir +is /etc/s6-linux-init/skel, or the directory that has been +given as an argument to the --skeldir configure option at +build time. This option is typically useful when distributions run +s6-linux-init-maker in packaging scripts, when preparing +files in a staging directory.
  • +

  • -U utmp_user : this option is only available when the s6-linux-init package has been built with the --enable-utmps configure option, that enables support for the -- cgit v1.2.3