Kernel
Linux kernel⚑
Usage⚑
Load modules at boot⚑
Add the desired modules in /etc/conf.d/modules:
modules="[...]"
Tips⚑
Remove old kernels in gentoo⚑
- Remove the source directory:
rm -r /usr/src/linux-4.X.Y
. - Remove the modules:
rm -r /lib/modules/4.X.Y
. - Remove the files in /boot coresponding to the old kernel. E.g: vmlinuz, initramfs, kernel, config, initramfs...