From 6a57daba8c0ebf143cec2dd4b133c8c662f86857 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 29 Apr 2019 00:06:26 +0000 Subject: -d slashdev, not -d dev_type! Fix and update the doc. --- doc/s6-linux-init-maker.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/s6-linux-init-maker.html b/doc/s6-linux-init-maker.html index 27b02c5..6c52d32 100644 --- a/doc/s6-linux-init-maker.html +++ b/doc/s6-linux-init-maker.html @@ -54,7 +54,7 @@ machine. If it is not the case, the system will fail to boot. [ -p initial_path ] \ [ -m initial_umask ] \ [ -t timestamp_style ] \ - [ -d dev_style ] \ + [ -d slashdev ] \ [ -s env_store ] \ [ -e initial_envvar ] ... \ [ -q finalsleeptime ] \ @@ -206,11 +206,13 @@ timestamp, 1 means and 3 means both. Default is 1.

-

  • -d dev_style : how /dev is -handled on this system. 0 means a static /dev, 1 means -devtmpfs but not automounted by the kernel at boot time, and 2 means -devtmpfs automounted by the kernel at boot time. Default is -2.
  • +

  • -d slashdev : mount a devtmpfs. +If this option is given, s6-linux-init +will mount a devtmpfs pseudo-filesystem on slashdev. This +is useful if the kernel has not been configured to mount +the devtmpfs at boot time and there is no static /dev. +By default, it is assumed that there is a suitable /dev +at boot time, and no additional devtmpfs is mounted.
  • -s env_store : stage 1 init sometimes inherits a few environment variables from the kernel. (These variables -- cgit v1.2.3