Manage Linux Kernel - eselect Kernel Control | Online Free DevTools by Hexmos
Control Linux kernel selection with eselect kernel. List, set, and manage kernel symlinks easily via command line. Free online tool, no registration required.
eselect-kernel
An
eselectmodule for managing the/usr/src/linuxsymlink. More information: https://wiki.gentoo.org/wiki/Eselect#Kernel.
- List available kernel symlink targets with their numbers:
eselect kernel list
- Set the
/usr/src/linuxsymlink by name or number from thelistcommand:
eselect kernel set {{name|number}}
- Show what the current kernel symlink points to:
eselect kernel show
- Set the kernel symlink to the currently running kernel:
eselect kernel update
