From 95fd5fa1e0165a23331af3617e655483af37b86d Mon Sep 17 00:00:00 2001 From: rickellis Date: Fri, 19 Jan 2018 22:54:46 -0700 Subject: [PATCH] . --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d0b60b..dddb283 100644 --- a/README.md +++ b/README.md @@ -79,13 +79,13 @@ The sizes below can be specified in megabytes (100M) or gigs (10G) lvcreate -n root -l 100%FREE arch -### Encrypt the partition and create the filesystem +### Encrypt the root partition cryptsetup luksFormat -v -s 512 -h sha512 /dev/mapper/LVM-root ### Decrypt the newly encrypted partition cryptsetup open /dev/mapper/arch-root root -### Format the partitions: +### Create filesystems on the two partitions mkfs.vfat -F32 /dev/sda1 mkfs.ext4 /dev/mapper/root