diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-10 22:34:43 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-10 22:52:23 -0400 |
commit | dc5cd2b77288dc85c82cb95810cd14caee311e7e (patch) | |
tree | 238ed55af993a968c3bb025edefed313188bacdf | |
parent | 8e8ba962c73310d40e74f62cf0184f74ccff0ca1 (diff) |
man: document x-systemd.device-timeout for crypttab
https://bugs.freedesktop.org/show_bug.cgi?id=54210
-rw-r--r-- | man/crypttab.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/crypttab.xml b/man/crypttab.xml index 2554e194d1..42caf34308 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -319,6 +319,21 @@ </varlistentry> <varlistentry> + <term><option>x-systemd.device-timeout=</option></term> + + <listitem><para>Specifies how long + systemd should wait for a device to + show up before giving up on the + entry. The argument is a time in + seconds or explicitly specifified + units of <literal>s</literal>, + <literal>min</literal>, + <literal>h</literal>, + <literal>ms</literal>. + </para></listitem> + </varlistentry> + + <varlistentry> <term><option>tmp</option></term> <listitem><para>The encrypted block device will |