diff options
author | Milan Broz <gmazyland@gmail.com> | 2015-04-05 12:03:10 -0400 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2015-04-15 12:10:24 -0400 |
commit | e44f23b32dc7916b2bc12817e2f723fefa21ba41 (patch) | |
tree | cacbc125e3612951d66e15559db287ce4b8a4c4e /Documentation/device-mapper | |
parent | 0e9cebe724597a76ab1b0ebc0a21e16f7db11b47 (diff) |
dm crypt: update URLs to new cryptsetup project page
Cryptsetup home page moved to GitLab.
Also remove link to abandonded Truecrypt page.
Signed-off-by: Milan Broz <gmazyland@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'Documentation/device-mapper')
-rw-r--r-- | Documentation/device-mapper/dm-crypt.txt | 4 | ||||
-rw-r--r-- | Documentation/device-mapper/verity.txt | 4 |
2 files changed, 4 insertions, 4 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 |
diff --git a/Documentation/device-mapper/verity.txt b/Documentation/device-mapper/verity.txt index 64ccc5a079a5..e15bc1a0fb98 100644 --- a/Documentation/device-mapper/verity.txt +++ b/Documentation/device-mapper/verity.txt | |||
@@ -142,7 +142,7 @@ block boundary) are the hash blocks which are stored a depth at a time | |||
142 | 142 | ||
143 | The full specification of kernel parameters and on-disk metadata format | 143 | The full specification of kernel parameters and on-disk metadata format |
144 | is available at the cryptsetup project's wiki page | 144 | is available at the cryptsetup project's wiki page |
145 | http://code.google.com/p/cryptsetup/wiki/DMVerity | 145 | https://gitlab.com/cryptsetup/cryptsetup/wikis/DMVerity |
146 | 146 | ||
147 | Status | 147 | Status |
148 | ====== | 148 | ====== |
@@ -159,7 +159,7 @@ Set up a device: | |||
159 | 159 | ||
160 | A command line tool veritysetup is available to compute or verify | 160 | A command line tool veritysetup is available to compute or verify |
161 | the hash tree or activate the kernel device. This is available from | 161 | the hash tree or activate the kernel device. This is available from |
162 | the cryptsetup upstream repository http://code.google.com/p/cryptsetup/ | 162 | the cryptsetup upstream repository https://gitlab.com/cryptsetup/cryptsetup/ |
163 | (as a libcryptsetup extension). | 163 | (as a libcryptsetup extension). |
164 | 164 | ||
165 | Create hash on the device: | 165 | Create hash on the device: |