mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
Message at the end of script is changed
This commit is contained in:
parent
1f1d282beb
commit
adab25e5ab
3 changed files with 13 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue