Correct the display of the LVEXT1,2

This commit is contained in:
Suikan 2022-05-05 23:47:17 +09:00
parent 9ef15cc1f1
commit a21470f594

View file

@ -363,12 +363,12 @@ function para_install_msg() {
# If USELVEXT1 exist. # If USELVEXT1 exist.
if [ "${USELVEXT1}" -ne 0 ] ; then if [ "${USELVEXT1}" -ne 0 ] ; then
echo "LVEXT1 : /dev/mapper/${VGNAME}${LVEXT1SUFFIX}" echo "LVEXT1 : /dev/mapper/${VGNAME}-${LVROOTNAME}${LVEXT1SUFFIX}"
fi fi
# If USELVEXT2 exist. # If USELVEXT2 exist.
if [ "${USELVEXT2}" -ne 0 ] ; then if [ "${USELVEXT2}" -ne 0 ] ; then
echo "LVEXT2 : /dev/mapper/${VGNAME}${LVEXT2SUFFIX}" echo "LVEXT2 : /dev/mapper/${VGNAME}-${LVROOTNAME}${LVEXT2SUFFIX}"
fi fi
# In case of erased storage, add this mapping # In case of erased storage, add this mapping