diff --git a/encrypt.sh b/encrypt.sh index a2ee9fb..f6cfed5 100644 --- a/encrypt.sh +++ b/encrypt.sh @@ -46,5 +46,27 @@ echo "What size should your root partition have?" echo "Creating a $root GB root volume." echo -e -lvcreate -L "${root}G" -n root main -lvcreate -l 100%FREE -n home main +lvcreate -L ${root}G -n root main && +lvcreate -l 100%FREE -n home main && +echo -e + +echo "Logical volumes successfully created." +echo -e + +echo "Creating the filesystem." +echo -e + +boot=$(