mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
Fix the problem of finishing message.
This commit is contained in:
parent
c740604a3a
commit
f623d5afe6
2 changed files with 6 additions and 4 deletions
|
|
@ -217,12 +217,13 @@ if [ ${ISEFI} -eq 1 ] ; then
|
||||||
...Next, open the Ubiquity installer, map the /, swap, EFI partition( if needed ) and start installation.
|
...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.
|
...And then, execute "source 2-para-install.sh" during the Ubiquity copies files.
|
||||||
HEREDOC
|
HEREDOC
|
||||||
|
else
|
||||||
cat <<HEREDOC
|
cat <<HEREDOC
|
||||||
|
|
||||||
****************** Pre-install process finished ******************
|
****************** Pre-install process finished ******************
|
||||||
|
|
||||||
...Next, open the Ubiquity installer, map the /, swap volume and start installation.
|
...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.
|
...And then, execute "source 2-para-install.sh" during the Ubiquity copies files.
|
||||||
else
|
HEREDOC
|
||||||
endif
|
fi # Is EFI?
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -222,12 +222,13 @@ if [ ${ISEFI} -eq 1 ] ; then
|
||||||
...Next, open the Ubiquity installer, map the /, swap, EFI partition( if needed ) and start installation.
|
...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.
|
...And then, execute "source 2-para-install.sh" during the Ubiquity copies files.
|
||||||
HEREDOC
|
HEREDOC
|
||||||
|
else
|
||||||
cat <<HEREDOC
|
cat <<HEREDOC
|
||||||
|
|
||||||
****************** Pre-install process finished ******************
|
****************** Pre-install process finished ******************
|
||||||
|
|
||||||
...Next, open the Ubiquity installer, map the /, swap volume and start installation.
|
...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.
|
...And then, execute "source 2-para-install.sh" during the Ubiquity copies files.
|
||||||
else
|
HEREDOC
|
||||||
endif
|
fi # Is EFI?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue