Correct the message regarding installer name.

This commit is contained in:
Suikan 2021-06-29 21:04:32 +09:00
parent f623d5afe6
commit f6168f2205
3 changed files with 6 additions and 6 deletions

View file

@ -219,16 +219,16 @@ if [ ${ISEFI} -eq 1 ] ; then
****************** 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.
...Next, open the void-installer, map the /, swap, EFI partition and start installation.
...And then, execute "source 2-para-install.sh" during the void-installer copies files.
HEREDOC
else
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.
...Next, open the void-installer installer, map the /, swap volume and start installation.
...And then, execute "source 2-para-install.sh" during the void-installer copies files.
HEREDOC
fi # Is EFI?