diff --git a/lmde-3-disk-encryption/index.html b/lmde-3-disk-encryption/index.html index 3ad3b5d..36fb399 100644 --- a/lmde-3-disk-encryption/index.html +++ b/lmde-3-disk-encryption/index.html @@ -154,10 +154,10 @@ sdb 8:32 1 14.5G 0 disk sgdisk /dev/sda -p
  • format the efi partition
    - makefs.vfat -F32 /dev/sda1 + mkfs.vfat -F32 /dev/sda1
  • format the /boot partition
    - makefs.ext4 /dev/sda2 + mkfs.ext4 /dev/sda2
  • encrypt the "/" partition, you will be prompted for a password
    cryptsetup -y -v luksFormat --type luks2 /dev/sda3 @@ -166,7 +166,7 @@ sdb 8:32 1 14.5G 0 disk cryptsetup open /dev/sda3 cryptroot
  • format the "/" device
    - makefs.xfs /dev/mapper/cryptroot + mkfs.xfs /dev/mapper/cryptroot