fix e2label
This commit is contained in:
parent
7f59a015ed
commit
093daebf3d
@ -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" ]]
|
||||||
|
Loading…
Reference in New Issue
Block a user