echo message is easier to read

This commit is contained in:
Suikan 2021-06-29 08:27:56 +09:00
parent 89b2bc112f
commit 831b4c20d1
3 changed files with 23 additions and 23 deletions

View file

@ -26,7 +26,7 @@ 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