mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
eselect-{kernel,profile}: add page (#13937)
This commit is contained in:
parent
1c76dcb6a1
commit
eca27b3a0f
2 changed files with 36 additions and 0 deletions
20
pages/linux/eselect-kernel.md
Normal file
20
pages/linux/eselect-kernel.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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`
|
16
pages/linux/eselect-profile.md
Normal file
16
pages/linux/eselect-profile.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# eselect profile
|
||||
|
||||
> An `eselect` module for managing the `/etc/portage/make.profile` symlink, which sets the system profile.
|
||||
> More information: <https://wiki.gentoo.org/wiki/Eselect#Profile>.
|
||||
|
||||
- List available profile symlink targets with their numbers:
|
||||
|
||||
`eselect profile list`
|
||||
|
||||
- Set the `/etc/portage/make.profile` symlink by name or number from the `list` command:
|
||||
|
||||
`eselect profile set {{name|number}}`
|
||||
|
||||
- Show the current system profile:
|
||||
|
||||
`eselect profile show`
|
Loading…
Add table
Reference in a new issue