Update encrypt.sh

This commit is contained in:
proledatarian 2022-02-12 17:28:59 +00:00
parent dba3a197cd
commit c1203577d7
1 changed files with 14 additions and 0 deletions

View File

@ -70,3 +70,17 @@ mkfs.ext4 -L home /dev/mapper/main-home &&
echo "Filesystem for home successfully created." echo "Filesystem for home successfully created."
echo -e echo -e
echo "Mounting.."
echo -e
mount /dev/mapper/main-root /mnt
mkdir /mnt/boot
mkdir /mnt/home
mount /dev/$boot /mnt/boot
mount /dev/mapper/main-home /mnt/home
echo "Mounting complete."
echo -e
lsblk
echo -e