From 8d3a7f74069d754d981725f36aaf56a2ced25592 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Sat, 14 Dec 2024 20:16:15 +0100 Subject: [PATCH] chore: Make log message about initramfs regeneration state clearer Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com> --- modules/initramfs/initramfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/initramfs/initramfs.sh b/modules/initramfs/initramfs.sh index cffe149..f10088c 100644 --- a/modules/initramfs/initramfs.sh +++ b/modules/initramfs/initramfs.sh @@ -37,7 +37,7 @@ if [[ "${#QUALIFIED_KERNEL[@]}" -gt 1 ]]; then exit 1 fi -echo "Initramfs regeneration is performing for kernel version: ${QUALIFIED_KERNEL[*]}" +echo "Starting initramfs regeneration is for kernel version: ${QUALIFIED_KERNEL[*]}" "${DRACUT}" --no-hostonly --kver "${QUALIFIED_KERNEL[*]}" --reproducible -v --add ostree -f "${INITRAMFS_IMAGE}" chmod 0600 "${INITRAMFS_IMAGE}"