mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Correct the message regarding installer name.
This commit is contained in:
parent
f623d5afe6
commit
f6168f2205
3 changed files with 6 additions and 6 deletions
|
|
@ -214,7 +214,7 @@ if [ ${ISEFI} -eq 1 ] ; then
|
||||||
|
|
||||||
****************** Pre-install process finished ******************
|
****************** Pre-install process finished ******************
|
||||||
|
|
||||||
...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 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
|
else
|
||||||
|
|
|
||||||
|
|
@ -219,16 +219,16 @@ if [ ${ISEFI} -eq 1 ] ; then
|
||||||
|
|
||||||
****************** Pre-install process finished ******************
|
****************** Pre-install process finished ******************
|
||||||
|
|
||||||
...Next, open the Ubiquity installer, map the /, swap, EFI partition( if needed ) and start installation.
|
...Next, open the void-installer, map the /, swap, EFI partition 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 void-installer copies files.
|
||||||
HEREDOC
|
HEREDOC
|
||||||
else
|
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 void-installer 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 void-installer copies files.
|
||||||
HEREDOC
|
HEREDOC
|
||||||
fi # Is EFI?
|
fi # Is EFI?
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,6 @@ echo "GRUB_ENABLE_CRYPTODISK=y" >> /mnt/target/etc/default/grub
|
||||||
cat <<HEREDOC
|
cat <<HEREDOC
|
||||||
****************** Para-install process finished ******************
|
****************** Para-install process finished ******************
|
||||||
|
|
||||||
...Click "Continue Testing" when Ubiquity finishes.
|
...Select "NO" to boot, when void-installer finishes.
|
||||||
...And then, execute "source 3-post-install.sh"
|
...And then, execute "source 3-post-install.sh"
|
||||||
HEREDOC
|
HEREDOC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue