diff options
author | Maxim Fomin <maxim@fomin.one> | 2020-05-30 12:21:44 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-06-09 08:12:55 +0200 |
commit | 6cc27c29adf09106a53da97ea919aedb67af9b21 (patch) | |
tree | bde9ce05f790f81fa544a0a727175e3c25f9de71 /man | |
parent | hwdb: add HP Spectre x360's mic mute switch (diff) | |
download | systemd-6cc27c29adf09106a53da97ea919aedb67af9b21.tar.xz systemd-6cc27c29adf09106a53da97ea919aedb67af9b21.zip |
Add 'bitlk' option to mount Bitlocker drives with cryptsetup.
Diffstat (limited to 'man')
-rw-r--r-- | man/crypttab.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/crypttab.xml b/man/crypttab.xml index 3170e5880f..2046911c78 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -178,6 +178,13 @@ </varlistentry> <varlistentry> + <term><option>bitlk</option></term> + + <listitem><para>Decrypt Bitlocker drive. Encryption parameters + are deduced by cryptsetup from Bitlocker header.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>_netdev</option></term> <listitem><para>Marks this cryptsetup device as requiring network. It will be |