From 1dafedcaeecc9c0852acb08c42669e7ede29a4cb Mon Sep 17 00:00:00 2001 From: tiyn Date: Wed, 26 Feb 2025 01:02:07 +0100 Subject: [PATCH] dm-crypt: added example --- wiki/linux/dm-crypt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/linux/dm-crypt.md b/wiki/linux/dm-crypt.md index eaf34f6..850766b 100644 --- a/wiki/linux/dm-crypt.md +++ b/wiki/linux/dm-crypt.md @@ -173,4 +173,4 @@ Additionally the following lines has to be adapted and added to the file [universally unique identifier](/wiki/linux/disk-management.md#universally-unique-identifier) of the volume. `` describes the location where to find the key file -created in the previous step. +created in the previous step (for example `/root/key.bin`).