From 4716c8a07d8dfbf991bcec8ada45a4f8bb883855 Mon Sep 17 00:00:00 2001 From: "Chinmay D. Pai" Date: Thu, 10 Oct 2024 11:48:22 +0530 Subject: [PATCH] docs: fix typo for luks2 Signed-off-by: Chinmay D. Pai --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b3274b..b17d9cd 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ An encrypted swap partition can optionally be set up using BTRFS later. All commands prefixed with `#` are expected to be run as the `root` user. Make sure to enter a strong encryption password during `luksFormat` (and then remember it!). ```shell -# cryptsetup luksFormat --type=luk2 /dev/nvme0n1p2 +# cryptsetup luksFormat --type=luks2 /dev/nvme0n1p2 # cryptsetup open /dev/nvme0n1p2 cryptroot ```