From 47bfcac6ccb76100de2db30099e52c8e7b671f37 Mon Sep 17 00:00:00 2001 From: Suikan <26223147+suikan4github@users.noreply.github.com> Date: Wed, 21 Jul 2021 21:14:59 +0900 Subject: [PATCH] Refinet the configuration parameter display --- script/lib/common.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/lib/common.sh b/script/lib/common.sh index 6e4c6ea..cd0365c 100644 --- a/script/lib/common.sh +++ b/script/lib/common.sh @@ -61,8 +61,10 @@ function confirmation(){ LUKS volume name : "${CRYPTPARTNAME}" Volume group name : "${VGNAME}" Root volume name : "${VGNAME}-${LVROOTNAME}" + Root volume size : "${LVROOTSIZE}" Swap volume name : "${VGNAME}-${LVSWAPNAME}" - Size of "${VGNAME}-${LVROOTNAME}" : ${LVROOTSIZE} + Swap volume size : "${LVSWAPSIZE}" + --iter-time parameter : ${ITERTIME} HEREDOC if [ "${ERASEALL}" -ne 0 ] ; then