nemasu / noop-linux

noop Linux package manager and tools.
GNU General Public License v2.0
2 stars 0 forks source link

Missing modules on initramfs generation after kernel update. #1

Closed nemasu closed 5 years ago

nemasu commented 7 years ago

After a kernel update, the initramfs is regenerated. This will cause problems if you have other packages installed that provide modules (like nvidia, virtualbox, etc) and that are included in the initramfs.

Current workaround is regenerating initramfs after you reboot and update these other packages.

ghost commented 5 years ago

use dracut?

nemasu commented 5 years ago

Yeah, there's an option to use dracut, but I haven't tested it much. I think...i need to specify new kernel version or something, haven't looked into it in a while.

nemasu commented 5 years ago

FIxed, mkinitramfs or dracut update is called automatically after pkgr -U is finished and there was a kernel update.