From 7d03ae8023f4eb754406772f3252ebaf6528a4eb Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 10 Feb 2023 10:27:45 +0000 Subject: Prepare for 1.1.0.0; remove early utmpd support Signed-off-by: Laurent Bercot --- doc/s6-linux-init-maker.html | 32 -------------------------------- 1 file changed, 32 deletions(-) (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 00a9722..1390781 100644 --- a/doc/s6-linux-init-maker.html +++ b/doc/s6-linux-init-maker.html @@ -61,7 +61,6 @@ machine. If it is not the case, the system will fail to boot. [ -D initdefault ] \ [ -n | -N ] \ [ -f skeldir ] \ - [ -U utmp_user ] \ [ -C ] \ [ -B ] \ [ -S ] \ @@ -320,20 +319,6 @@ 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 -utmps package. The option -defines the user that the utmpd service -will run as, and activates this service. (Note that you will still -have to create a wtmpd service yourself and activate it -later in the boot sequence, after a writable filesystem is mounted, -because the wtmp database is supposed to be persistent and should live -on a real filesystem. -s6-linux-init cannot do that for you, because it only handles the -early part of the boot sequence, before filesystems are mounted.) -Default is no utmpd service.

  • -
  • -C : create a set of scripts that is suitable for running in a container. This modifies some behaviours:
      @@ -467,23 +452,6 @@ given.
  • -

    - If s6-linux-init has been built with -utmps support, some more -directories may exist: -

    - - -

    Notes

    -- cgit v1.3.1