mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 03:50:55 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/eselect-kernel
Normal file
25
tldr/linux/eselect-kernel
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 list`
|
||||
|
||||
- Set 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 show`
|
||||
|
||||
- Set the kernel symlink to the currently running kernel:
|
||||
|
||||
`eselect kernel update`
|
||||
Reference in New Issue
Block a user