Skip to content

Commit

Permalink
chore: Make log message about initramfs regeneration state clearer
Browse files Browse the repository at this point in the history
Co-authored-by: xyny <[email protected]>
  • Loading branch information
fiftydinar and xynydev authored Dec 14, 2024
1 parent 04c2afd commit 8d3a7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/initramfs/initramfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 8d3a7f7

Please sign in to comment.