Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
1a2a35f5
Commit
1a2a35f5
authored
Aug 30, 2021
by
longpanda
Browse files
add cryptsetup
parent
d71514f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
cryptsetup/cryptsetup-build.txt
cryptsetup/cryptsetup-build.txt
+9
-0
cryptsetup/veritysetup32
cryptsetup/veritysetup32
+0
-0
cryptsetup/veritysetup64
cryptsetup/veritysetup64
+0
-0
No files found.
cryptsetup/cryptsetup-build.txt
0 → 100644
View file @
1a2a35f5
1. source code: https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v1.7/
2. Use a system with /lib64/libgcrypt.so.20 (Ubuntu)
./configure --enable-static
make -j 16
cd src
gcc -Wall -O2 -o veritysetup veritysetup-utils_crypt.o veritysetup-utils_loop.o veritysetup-utils_tools.o veritysetup-veritysetup.o -lpopt -ldevmapper -lgcrypt -luuid .././lib/.libs/libcryptsetup.a
strip --strip-all veritysetup
cryptsetup/veritysetup32
0 → 100644
View file @
1a2a35f5
File added
cryptsetup/veritysetup64
0 → 100644
View file @
1a2a35f5
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment