diff options
Diffstat (limited to 'Documentation/device-mapper/dm-crypt.txt')
-rw-r--r-- | Documentation/device-mapper/dm-crypt.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/device-mapper/dm-crypt.txt b/Documentation/device-mapper/dm-crypt.txt index ad697781f9ac..692171fe9da0 100644 --- a/Documentation/device-mapper/dm-crypt.txt +++ b/Documentation/device-mapper/dm-crypt.txt | |||
@@ -5,7 +5,7 @@ Device-Mapper's "crypt" target provides transparent encryption of block devices | |||
5 | using the kernel crypto API. | 5 | using the kernel crypto API. |
6 | 6 | ||
7 | For a more detailed description of supported parameters see: | 7 | For a more detailed description of supported parameters see: |
8 | http://code.google.com/p/cryptsetup/wiki/DMCrypt | 8 | https://gitlab.com/cryptsetup/cryptsetup/wikis/DMCrypt |
9 | 9 | ||
10 | Parameters: <cipher> <key> <iv_offset> <device path> \ | 10 | Parameters: <cipher> <key> <iv_offset> <device path> \ |
11 | <offset> [<#opt_params> <opt_params>] | 11 | <offset> [<#opt_params> <opt_params>] |
@@ -80,7 +80,7 @@ Example scripts | |||
80 | =============== | 80 | =============== |
81 | LUKS (Linux Unified Key Setup) is now the preferred way to set up disk | 81 | LUKS (Linux Unified Key Setup) is now the preferred way to set up disk |
82 | encryption with dm-crypt using the 'cryptsetup' utility, see | 82 | encryption with dm-crypt using the 'cryptsetup' utility, see |
83 | http://code.google.com/p/cryptsetup/ | 83 | https://gitlab.com/cryptsetup/cryptsetup |
84 | 84 | ||
85 | [[ | 85 | [[ |
86 | #!/bin/sh | 86 | #!/bin/sh |