From: Andre Noll Date: Fri, 29 Dec 2023 11:02:37 +0000 (+0100) Subject: LVM: Trivial formatting fix. X-Git-Url: http://git.tuebingen.mpg.de/versions/paraslash-0.3.1.tar.bz2.asc?a=commitdiff_plain;h=e3d07bb6a8812614b8ae4a5279677d5f4c2b521b;p=aple.git LVM: Trivial formatting fix. The term "device" was not formatted properly due to a missing and . --- 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