mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
Refinet the configuration parameter display
This commit is contained in:
parent
f92e092295
commit
47bfcac6cc
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue