snippetbashTip
eselect kernel — An `eselect` module for managing the `/usr/src/linux` symlink. More information: <https://wiki.gento
Viewed 0 times
themodulecommandeselect kernelclimanagingeselectfor
linux
Problem
How to use the
eselect kernel command: An eselect module for managing the /usr/src/linux symlink. More information: <https://wiki.gentoo.org/wiki/Eselect#Kernel>.Solution
eselect kernel — An eselect module for managing the /usr/src/linux symlink. More information: <https://wiki.gentoo.org/wiki/Eselect#Kernel>.List available kernel symlink targets with their numbers:
eselect kernel listSet the
/usr/src/linux symlink by name or number from the list command:eselect kernel set {{name|number}}Show what the current kernel symlink points to:
eselect kernel showSet the kernel symlink to the currently running kernel:
eselect kernel updateCode Snippets
List available kernel symlink targets with their numbers
eselect kernel listSet the `/usr/src/linux` symlink by name or number from the `list` command
eselect kernel set {{name|number}}Show what the current kernel symlink points to
eselect kernel showSet the kernel symlink to the currently running kernel
eselect kernel updateContext
tldr-pages: linux/eselect kernel
Revisions (0)
No revisions yet.