Correct kernel number

This commit is contained in:
Gerben Jan Dijkman 2022-06-14 23:39:57 +02:00
parent 5209ce39d5
commit 0a38198cb6

View File

@ -45,7 +45,7 @@ pkg_postinst() {
einfo "You will need to create and initramfs afterwards." einfo "You will need to create and initramfs afterwards."
einfo "If you use dracut you can run:" einfo "If you use dracut you can run:"
einfo "# dracut -m \"rootfs-block base\" --host-only --kver 5.18.3-pinehone-gentoo-arm64" einfo "# dracut -m \"rootfs-block base\" --host-only --kver 5.18.3-pinehone-gentoo-arm64"
einfo "Change 5.18.3-pinehone-gentoo-arm64 to your kernel version installed in /lib/modules" einfo "Change 5.18.2-pinehone-gentoo-arm64 to your kernel version installed in /lib/modules"
} }
pkg_postrm() { pkg_postrm() {