diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-12-08 08:18:10 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-12-08 08:18:10 +0000 |
| commit | 72bdb88dc87e92ce70b848971d54c9d92ccf16d2 (patch) | |
| tree | 410d179e89c7211ed358e8ef19be17c0711374bc /doc/fstab2s6rc.html | |
| parent | a5a0ef98d14327a67f7e6569f66707df5738c1d5 (diff) | |
| download | s6-linux-utils-72bdb88dc87e92ce70b848971d54c9d92ccf16d2.tar.gz | |
Working version of fstab2s6rc, with binddep and everything
Diffstat (limited to 'doc/fstab2s6rc.html')
| -rw-r--r-- | doc/fstab2s6rc.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/fstab2s6rc.html b/doc/fstab2s6rc.html index 388258a..60b529e 100644 --- a/doc/fstab2s6rc.html +++ b/doc/fstab2s6rc.html @@ -77,7 +77,7 @@ omitted). </li> <dd> Create a bundle named <em>bundle</em> containing all the created services. The mount point services will also be grouped under a bundle named <tt><em>bundle</em>-mounts</tt> and the swap services will be grouped under a bundle named <tt><em>bundle</em>-swaps</tt>. -Services marked <tt>noauto</tt> will not be included in these bundles. </dd> +fstab lines that have the <tt>noauto</tt> option will not be included in these bundles. </dd> <dt> -d <em>dep</em>, --base-dependency=<em>dep</em> </dt> <dd> Add a dependency to a service named <em>dep</em> to all the created services. @@ -98,7 +98,9 @@ for these fstab entries. </dd> <a href="s6-mount.html">s6-mount</a> and <a href="s6-swapon.html">s6-swapon</a>. This makes the created services only depend on s6-linux-utils, but the fstab entries must not contain util-linux-specific syntax such as <tt>UUID=</tt> or -<tt>LABEL=</tt> in place of device names. This is the default. </dd> +<tt>LABEL=</tt> in place of device names (if they do, the fstab2s6rc invocation +will work, but will generate nonsensical commands, interpreting the device +names literally). This is the default. </dd> <dt> -u, --with-uuid </dt> <dd> The created services will use util-linux commands such as @@ -129,7 +131,7 @@ corresponding filesystems and turn off the corresponding swap devices. <dt> 0 </dt> <dd> Success. </dd> <dt> 1 </dt> <dd> Invalid fstab file. </dd> <dt> 100 </dt> <dd> Incorrect usage. </dd> - <dt> 111 </dt> <dd> system call failed </dd> + <dt> 111 </dt> <dd> System call failed. </dd> </ul> </body> |
