From e3d07bb6a8812614b8ae4a5279677d5f4c2b521b Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 29 Dec 2023 12:02:37 +0100 Subject: [PATCH] LVM: Trivial formatting fix. The term "device" was not formatted properly due to a missing and . --- LVM.m4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/LVM.m4 b/LVM.m4 index bf13076..abd8243 100644 --- a/LVM.m4 +++ b/LVM.m4 @@ -837,12 +837,12 @@ EXERCISES() target_args. Determine the correct values for the first three arguments to encrypt /dev/loop0. -
  • The target_args for the dm-crypt target are - of the form cipher key iv_offset device offset. To - encrypt /dev/loop0 with AES-256, cipher - is aes, device is /dev/loop0 and both - offsets are zero. Come up with an idea to create a 256 bit key from - a passphrase.
  • +
  • The target_args for the dm-crypt target are + of the form cipher key iv_offset device offset. To + encrypt /dev/loop0 with AES-256, cipher + is aes, device is /dev/loop0 + and both offsets are zero. Come up with an idea to create a 256 bit + key from a passphrase.
  • The create subcommand of dmsetup(8) creates a device from the given table. Run a command of -- 2.39.2