aboutsummaryrefslogtreecommitdiff
blob: 75d992fdfa8bee6169918ffe27257d9d64384117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.\" Copyright 2005-2023 Gentoo Authors
.\" Distributed under the terms of the GNU GPL version 2 or later
.\"
.TH kernel.eselect 5 "March 2023" "Gentoo Linux" eselect
.SH NAME
kernel.eselect \- The kernel symlink management module for Gentoo's eselect
.SH SYNOPSIS
.B eselect kernel
.RB [ help | usage | version ]
.br
.B eselect kernel list
.br
.B eselect kernel set
.I target
.br
.B eselect kernel show
.br
.B eselect kernel update
.RB [ ifunset ]
.SH DESCRIPTION
.B eselect
is Gentoo's configuration and management tool.  It features modules
that care for the individual administrative tasks.
.SH ACTION: LIST
.B select kernel list
.br
Display an ordered list of available kernels.  An asterisk next to one
of the list elements denotes the currently selected kernel.

# eselect kernel list
.br
Available kernel symlink targets:
  [1]   linux-2.6.11.11
  [2]   linux-2.6.12.5 *
  [3]   linux-2.6.13-rc6
.SH ACTION: SET
.B eselect kernel set
.I target
.br
Set /usr/src/linux symlink to point to the specified kernel name,
.IR target .
The
.I target
argument may be a kernel name or it's associated number (displayed in
.B eselect kernel list
output).
.SH ACTION: SHOW
.B eselect kernel show
.br
Show the currently selected kernel.
.SH ACTION: UPDATE
.B eselect kernel update
.RB [ ifunset ]
.br
Updates the /usr/src/linux symlink to point to the sources of the
running kernel.  If option
.B ifunset
is given, then the symlink will only be updated if it is not currently
pointing to a valid kernel source tree.
.SH AUTHOR
Aaron Walker <ka0ttic@gentoo.org>
.SH SEE ALSO
.BR eselect (1)