mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Correct the display of the LVEXT1,2
This commit is contained in:
parent
9ef15cc1f1
commit
a21470f594
1 changed files with 2 additions and 2 deletions
|
|
@ -363,12 +363,12 @@ function para_install_msg() {
|
|||
|
||||
# If USELVEXT1 exist.
|
||||
if [ "${USELVEXT1}" -ne 0 ] ; then
|
||||
echo "LVEXT1 : /dev/mapper/${VGNAME}${LVEXT1SUFFIX}"
|
||||
echo "LVEXT1 : /dev/mapper/${VGNAME}-${LVROOTNAME}${LVEXT1SUFFIX}"
|
||||
fi
|
||||
|
||||
# If USELVEXT2 exist.
|
||||
if [ "${USELVEXT2}" -ne 0 ] ; then
|
||||
echo "LVEXT2 : /dev/mapper/${VGNAME}${LVEXT2SUFFIX}"
|
||||
echo "LVEXT2 : /dev/mapper/${VGNAME}-${LVROOTNAME}${LVEXT2SUFFIX}"
|
||||
fi
|
||||
|
||||
# In case of erased storage, add this mapping
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue