From a21470f594af43afd4e4efdce2a45b98dbe95925 Mon Sep 17 00:00:00 2001 From: Suikan <26223147+suikan4github@users.noreply.github.com> Date: Thu, 5 May 2022 23:47:17 +0900 Subject: [PATCH] Correct the display of the LVEXT1,2 --- script/lib/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/lib/common.sh b/script/lib/common.sh index 355e869..b3b4bb4 100644 --- a/script/lib/common.sh +++ b/script/lib/common.sh @@ -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