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`