You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
If I understand the source code correctly, the kernel source directory (/usr/src/linux-xxx) is tied to the module directory (/lib/modules/xxx) because it is read from a link (named build).
On one of my server, I have a kernel where CONFIG_MODULES is disabled. In this case, there is no modules directory and so, eclean-kernel is never removing my old sources.
Is there currently a way to say to eclean-kernel to remove the source directories without looking for the modules? Or could that be an option?
Thank you.
With newer kernels make module_install works even with CONFIG_MODULES not set.
I do not know who sets up the symlinks, but if one is using gentoo-kernel to manage kernels, this issue does not exist since gentoo/gentoo#32358
Hi,
If I understand the source code correctly, the kernel source directory (
/usr/src/linux-xxx
) is tied to the module directory (/lib/modules/xxx
) because it is read from a link (namedbuild
).On one of my server, I have a kernel where
CONFIG_MODULES
is disabled. In this case, there is no modules directory and so,eclean-kernel
is never removing my old sources.Is there currently a way to say to
eclean-kernel
to remove the source directories without looking for the modules? Or could that be an option?Thank you.
> eclean-kernel -l 6.1.38-gentoo [6.1.38-gentoo] - systemmap: /boot/System.map-6.1.38-gentoo - vmlinuz: /boot/vmlinuz-6.1.38-gentoo - last modified: 2023-07-14 13:09:46 6.1.31-gentoo [6.1.31-gentoo] - systemmap: /boot/System.map-6.1.31-gentoo - vmlinuz: /boot/vmlinuz-6.1.31-gentoo - last modified: 2023-06-03 12:47:53
The text was updated successfully, but these errors were encountered: