From f6168f2205da864d0389a4c28b2928da7aad9486 Mon Sep 17 00:00:00 2001 From: Suikan <26223147+suikan4github@users.noreply.github.com> Date: Tue, 29 Jun 2021 21:04:32 +0900 Subject: [PATCH] Correct the message regarding installer name. --- ubuntu/1-pre-install.sh | 2 +- voidlinux/1-pre-install.sh | 8 ++++---- voidlinux/2-para-install.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ubuntu/1-pre-install.sh b/ubuntu/1-pre-install.sh index eda5b3d..ed8fe8b 100644 --- a/ubuntu/1-pre-install.sh +++ b/ubuntu/1-pre-install.sh @@ -214,7 +214,7 @@ if [ ${ISEFI} -eq 1 ] ; then ****************** 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. HEREDOC else diff --git a/voidlinux/1-pre-install.sh b/voidlinux/1-pre-install.sh index bd700b2..526b295 100644 --- a/voidlinux/1-pre-install.sh +++ b/voidlinux/1-pre-install.sh @@ -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 <> /mnt/target/etc/default/grub cat <