mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21: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
|
||||
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ HEREDOC
|
|||
|
||||
# Finishing message
|
||||
cat <<HEREDOC
|
||||
****************** Post-install process finished ******************
|
||||
|
||||
...3-pro-install.sh : Done.
|
||||
...Ready to reboot.
|
||||
HEREDOC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue