mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
Update comment and supress noise
This commit is contained in:
parent
6408e5ac74
commit
20d984a61a
3 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue