Message at the end of script is changed

This commit is contained in:
Suikan 2021-06-29 15:17:24 +09:00
parent 1f1d282beb
commit adab25e5ab
3 changed files with 13 additions and 4 deletions

View file

@ -209,11 +209,20 @@ else
fi # if the root volun already exist
# Finishing message
cat <<HEREDOC
if [ ${ISEFI} -eq 1 ] ; then
cat <<HEREDOC
...1-pre-install.sh : Done.
****************** Pre-install process finished ******************
...Next, open the Ubiquity installer, map the /, swap, EFI partition( if needed ) and start installation.
...And then, execute "source 2-para-install.sh" during the Ubiquity copies files.
HEREDOC
cat <<HEREDOC
****************** Pre-install process finished ******************
...Next, open the Ubiquity installer, map the /, swap volume and start installation.
...And then, execute "source 2-para-install.sh" during the Ubiquity copies files.
else
endif