X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fcrypttab.xml;h=c563851f213cba66de40b0fedb684e513c5d1adf;hp=5aade57c426af33152e8d0cf6c1f8e8296d486d6;hb=82adf6af7c72b852449346835f33184a841b4796;hpb=fbce11397f4d19821a9dfe66ee3ebe11cad90057 diff --git a/man/crypttab.xml b/man/crypttab.xml index 5aade57c4..c563851f2 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -112,7 +112,7 @@ - allow-discards + discard Allow discard requests to be passed through the encrypted block device. This @@ -163,6 +163,20 @@ given by the key size. + + key-slot= + + Specifies the key slot to + compare the passphrase or key against. + If the key slot does not match the given + passphrase or key, but another would, the + setup of the device will fail regardless. + This implies luks. See + cryptsetup8 + for possible values. The default is to try + all key slots in sequential order. + + luks @@ -291,14 +305,7 @@ Use TrueCrypt in system encryption mode. This implies - tcrypt. - - Please note that when using this mode, the - whole device needs to be given in the second - field instead of the partition. For example: if - /dev/sda2 is the system - encrypted TrueCrypt patition, /dev/sda - has to be given. + tcrypt. @@ -330,7 +337,9 @@ tries= Specifies the maximum number of - times the user is queried for a password. + times the user is queried for a password. + The default is 3. If set to 0, the user is + queried for a password indefinitely.