1
0
Fork 0
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:
Lena 2024-10-03 17:35:24 +02:00 committed by GitHub
parent 1c76dcb6a1
commit eca27b3a0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 36 additions and 0 deletions

View 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`

View 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`