Skip to content

Commit

Permalink
chore: Fix log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftydinar authored Dec 15, 2024
1 parent e6d3942 commit f8942a8
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 "Starting initramfs regeneration is for kernel version: ${QUALIFIED_KERNEL[*]}"
echo "Starting initramfs regeneration 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 f8942a8

Please sign in to comment.