From bc22cd5c688a01adccd2fb007991b9f00d727a26 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 28 Nov 2021 06:56:46 +0000 Subject: Add -S option to s6-l-i-m for container sync-on-halt Signed-off-by: Laurent Bercot --- doc/s6-linux-init-maker.html | 7 +++++++ 1 file changed, 7 insertions(+) (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 9b148de..1c42767 100644 --- a/doc/s6-linux-init-maker.html +++ b/doc/s6-linux-init-maker.html @@ -64,6 +64,7 @@ machine. If it is not the case, the system will fail to boot. [ -U utmp_user ] \ [ -C ] \ [ -B ] \ + [ -S ] \ dir @@ -386,6 +387,12 @@ discouraged. On a containerized system (when paired with the -C option), it simply means that these outputs go to the default stdout and stderr given to the container's init - this should generally not be the default, but might be useful in some cases. + +
  • -S : when used with the -C option, set up +the container so the disks are synced on container halt. By +default, no sync is performed. This option has no effect when the -C +option is not present: on real machines, a sync is always +performed just before a system halt.
  • Organization of the created directory

    -- cgit v1.3.1