aboutsummaryrefslogtreecommitdiff
blob: 6937b6fc7935a1190a145b8b6c34ac773b718e15 (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
.\" Copyright 2005-2012 Gentoo Foundation
.\" Distributed under the terms of the GNU GPL version 2 or later
.\" $Id$
.\"
.TH kernel.eselect 5 "April 2009" "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
.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 AUTHOR
Aaron Walker <ka0ttic@gentoo.org>
.SH SEE ALSO
.BR eselect (1)
.SH REVISION
$Id$