forked from dataprolet/Arch-Linux-Installer
Update encrypt.sh
This commit is contained in:
14
encrypt.sh
14
encrypt.sh
@@ -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
|
||||||
|
Reference in New Issue
Block a user