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
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

View file

@ -31,8 +31,8 @@ echo "GRUB_ENABLE_CRYPTODISK=y" >> /target/etc/default/grub
# Finishing message
cat <<HEREDOC
****************** Para-install process finished ******************
...2-para-install.sh : Done.
...Click "Continue Testing" when Ubiquity finishes.
...And then, execute "source 3-post-install.sh"
HEREDOC

View file

@ -60,7 +60,7 @@ HEREDOC
# Finishing message
cat <<HEREDOC
****************** Post-install process finished ******************
...3-pro-install.sh : Done.
...Ready to reboot.
HEREDOC