Update void-kaiten-yaki.sh

This commit is contained in:
tromcho 2023-02-21 13:35:51 +07:00 committed by GitHub
parent 661ad2808e
commit 0a68a58e99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@ function grub_check_and_modify_local() {
# Perhaps, too nervous. Wait 1 more second to avoid the rece condition.
sleep 1 # 1sec.
# Make target GRUB aware to the crypt partition
# Make target GRUB aware of the crypt partition
# This must do it after start of the file copy by installer, but before the end of the file copy.
echo "[Kaiten-Yaki] Adding GRUB_ENABLE_CRYPTODISK entry to ${TARGETMOUNTPOINT}/etc/default/grub "
echo "GRUB_ENABLE_CRYPTODISK=y" >> ${TARGETMOUNTPOINT}/etc/default/grub