This commit is contained in:
rickellis
2018-01-19 22:54:46 -07:00
parent 8e341acdf0
commit 95fd5fa1e0

View File

@@ -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