fix e2label

This commit is contained in:
Ward from fusion-voyager-3 2024-08-02 15:04:04 +03:00
parent 7f59a015ed
commit 093daebf3d

View File

@ -30,7 +30,7 @@ then
parted $PART_BLOCK set $PART_DEVICE_NUM $3 $4 parted $PART_BLOCK set $PART_DEVICE_NUM $3 $4
if [[ $3 == "bls_boot" ]] if [[ $3 == "bls_boot" ]]
then then
e2label "$PART_BLOCK" PikaOS e2label "$PART_DEVICE" PikaOS
fi fi
fi fi
elif [[ $1 == "encrypt-part" ]] elif [[ $1 == "encrypt-part" ]]