minor update

This commit is contained in:
mfgbhatti 2022-02-19 15:57:09 +00:00
parent e28f8cd12f
commit 785213ac7c
1 changed files with 2 additions and 2 deletions

View File

@ -108,10 +108,10 @@ set_lvm() {
echo "And will be mounted at /mnt/ and other partitions will be mounted" echo "And will be mounted at /mnt/ and other partitions will be mounted"
echo "at /mnt/partition_name by making a directory /mnt/partition_name" echo "at /mnt/partition_name by making a directory /mnt/partition_name"
i=0 i=1
_LVM_NAMES=() _LVM_NAMES=()
LVM_SIZES=() LVM_SIZES=()
if [[ -z "$_PART_NUM" || "$_PART_NUM" -eq 1 ]]; then if [[ -z "$_PART_NUM" ]]; then
_PART_NUM=1 _PART_NUM=1
_LVM_NAMES+=("root") _LVM_NAMES+=("root")
# LVM_SIZES+=("100%FREE") # LVM_SIZES+=("100%FREE")