chore: aligned docs to the template file for articles

This commit is contained in:
Michele Cereda
2023-07-09 18:17:32 +02:00
parent fe0adabb88
commit ebb4e5febb
39 changed files with 401 additions and 109 deletions

View File

@@ -1,5 +1,13 @@
# Cryptsetup
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Crypt a device](#crypt-a-device)
1. [Troubleshooting](#troubleshooting)
1. [The process is killed due to too much memory used](#the-process-is-killed-due-to-too-much-memory-used)
1. [Further readings](#further-readings)
## TL;DR
```sh
@@ -89,6 +97,11 @@ The solution is simple; either:
- [btrfs man page]
- [High memory usage when opening a LUKS2 partition]
<!--
References
-->
<!-- Others -->
[arch linux wiki]: https://wiki.archlinux.org/index.php/dm-crypt/Device_encryption
[btrfs man page]: https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs(5)
[high memory usage when opening a luks2 partition]: https://gitlab.com/cryptsetup/cryptsetup/issues/372