Update comment and supress noise

This commit is contained in:
Suikan 2021-06-29 09:29:23 +09:00
parent 6408e5ac74
commit 20d984a61a
3 changed files with 5 additions and 6 deletions

View file

@ -18,7 +18,7 @@ fi # "sourced" validation
if [ ! -e /target/etc/default/grub ] ; then
cat <<HEREDOC 1>&2
***** ERROR : The /target/etc/default/grub is not ready. *****
Perhaps, to early to execute this script.
Perhaps, too early to execute this script.
Installation terminated.
HEREDOC
@ -26,13 +26,12 @@ HEREDOC
fi # if grub file exists
# Make target GRUB aware to the crypt partition
echo "...add GRUB_ENABLE_CRYPTODISK entry to /target/etc/default/grub "
echo "...Add GRUB_ENABLE_CRYPTODISK entry to /target/etc/default/grub "
echo "GRUB_ENABLE_CRYPTODISK=y" >> /target/etc/default/grub
# Finishing message
cat <<HEREDOC
2-para-install.sh : Done.
Make sure to click "Continue Testing", when the Ubiquity installer finishes.
HEREDOC