aboutsummaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-13 10:58:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-13 10:58:54 -0300
commit16c4d7c30457f798470c0b92e81849599c69f049 (patch)
treebb86ac9fbf8fb0c26bbfede72d74724899f4dd19 /todo.md
parentb561cb246071e38ad73e40e63d3df17c7dd0da73 (diff)
downloadbootless-16c4d7c30457f798470c0b92e81849599c69f049.tar.gz
bootless-16c4d7c30457f798470c0b92e81849599c69f049.tar.bz2
Improve docs, adds TODO page and more references
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/todo.md b/todo.md
new file mode 100644
index 0000000..de2cb38
--- /dev/null
+++ b/todo.md
@@ -0,0 +1,26 @@
+[[!meta title="Bootless: TODO"]]
+
+## Support for Full Disk Encryption with LUKS version 2 with Argon2id
+
+### About
+
+This is a major task that need to be evaluated, since currently (as of
+2024-07-13) [GNU Grub][] does not natively supports LUKS 2 and Argon2id.
+
+This can be either implemented as a patch with a custom [GNU Grub][]
+build, or wait for an official implementation.
+
+### Status
+
+* As of 2024-07-13, the GRUB packages for Debian bookworm still does not have
+ support for luks2 and argon2id.
+* This means that Full Disk Encryption won't work along with luks2 and argon2id
+ when using vanilla GRUB packages from Debian.
+* But it's now possible to migrate non-boot volumes.
+
+### References
+
+References on LUKS 2 and Argon2id are available in the [references](references)
+page.
+
+[GNU Grub]: https://www.gnu.org/software/grub/