From e9fce3abd34a00441f62a3954cf3654f4a53f28c Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Sun, 30 Dec 2018 08:33:28 -0800 Subject: [PATCH] replace / with / in lmde-3-disk-encryption --- lmde-3-disk-encryption/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lmde-3-disk-encryption/index.html b/lmde-3-disk-encryption/index.html index 84bc89a..3ad3b5d 100644 --- a/lmde-3-disk-encryption/index.html +++ b/lmde-3-disk-encryption/index.html @@ -147,7 +147,7 @@ sdb 8:32 1 14.5G 0 disk
  • create a new /boot partition for /dev/sda
    sgdisk /dev/sda --new=2::+1G
  • -
  • create a new / partition for /dev/sda
    +
  • create a new "/" partition for /dev/sda
    sgdisk /dev/sda --new=3
  • verify your partition work
    @@ -159,13 +159,13 @@ sdb 8:32 1 14.5G 0 disk
  • format the /boot partition
    makefs.ext4 /dev/sda2
  • -
  • encrypt the / partition, you will be prompted for a password
    +
  • encrypt the "/" partition, you will be prompted for a password
    cryptsetup -y -v luksFormat --type luks2 /dev/sda3
  • -
  • decrypt the / partition, you will be prompted for a password
    +
  • decrypt the "/" partition, you will be prompted for a password
    cryptsetup open /dev/sda3 cryptroot
  • -
  • format the / device
    +
  • format the "/" device
    makefs.xfs /dev/mapper/cryptroot