From eca27b3a0f9abc94a6f93727aabcac34ca429d03 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Thu, 3 Oct 2024 17:35:24 +0200 Subject: [PATCH] eselect-{kernel,profile}: add page (#13937) --- pages/linux/eselect-kernel.md | 20 ++++++++++++++++++++ pages/linux/eselect-profile.md | 16 ++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 pages/linux/eselect-kernel.md create mode 100644 pages/linux/eselect-profile.md diff --git a/pages/linux/eselect-kernel.md b/pages/linux/eselect-kernel.md new file mode 100644 index 000000000..d7d855399 --- /dev/null +++ b/pages/linux/eselect-kernel.md @@ -0,0 +1,20 @@ +# eselect kernel + +> An `eselect` module for managing the `/usr/src/linux` symlink. +> More information: . + +- 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` diff --git a/pages/linux/eselect-profile.md b/pages/linux/eselect-profile.md new file mode 100644 index 000000000..bc8492958 --- /dev/null +++ b/pages/linux/eselect-profile.md @@ -0,0 +1,16 @@ +# eselect profile + +> An `eselect` module for managing the `/etc/portage/make.profile` symlink, which sets the system profile. +> More information: . + +- 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`