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