I successfully deployed one custom image, then proceeded to re-create the image with all packages updated. Now when I attempt to deploy, I get an error during “updating-initramfs-configuration” with an error saying it cannot find the module directory. It appears as though it is combining two kernel versions into one name.
It should be looking for /lib/modules/4.18.0-513.11.0.1.el8_9.x86_64
but instead it is looking for /lib/modules/4.18.0-305.el8.x86_644.18.0-513.11.0.1.el8_9.x86_64/
is there any way I can fix this with early commands in the preseed file, or do I need to just wait on updating the kernel until after the deployment has been done