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