From 0a68a58e99e17c63eddc16d42d7994c3ac120a07 Mon Sep 17 00:00:00 2001 From: tromcho <113139586+tromcho@users.noreply.github.com> Date: Tue, 21 Feb 2023 13:35:51 +0700 Subject: [PATCH] Update void-kaiten-yaki.sh --- script/void-kaiten-yaki.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/void-kaiten-yaki.sh b/script/void-kaiten-yaki.sh index 54e855e..41cbbea 100644 --- a/script/void-kaiten-yaki.sh +++ b/script/void-kaiten-yaki.sh @@ -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