Hi, I am trying to run mkinitcpio to generate a new initramfs (some kernel module issues that I ran into and am trying to fix), but I always get the output ==> ERROR: '/lib/modules/6.0.8-arch1-1' is not a valid kernel module directory. It's obviously an issue with that file not existing, as this is the contents of my /lib/modules/ directory ```
5.19.13-arch1-1
6.0.1-arch2-1
6.0.2-arch1-1
6.0.5-arch1-1
6.0.6-arch1-1
6.0.9-arch1-1
6.0.9-zen1-1-zen
however, I have no idea how to tell `mkinitcpio` to look at a newer kernel version, even after looking at the man page.