aboutsummaryrefslogtreecommitdiff
blob: a331deecaa3c2172c42adfd1bab15b967abb878a (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.\" -*- coding: utf-8 -*-
.\" Copyright 2005-2023 Gentoo Authors
.\" Distributed under the terms of the GNU GPL version 2 or later
.\"
.TH ESELECT 1 "February 2023" "Gentoo Linux" eselect
.SH NAME
eselect \- Gentoo's multi\-purpose configuration and management tool
.SH SYNOPSIS
.B eselect
.RI [ "global options" ]
.I module
.RI [ action ]
.SH DESCRIPTION
.B eselect
is Gentoo's configuration and management tool.  It features modules
that care for individual administrative tasks.
.SH OPTIONS
.TP
.B \-\-brief
Set brief output mode, for use as input to other programs.
(This is an experimental feature.)
.TP
.BI \-\-color= "mode, " \-\-colour= mode
Enable or disable colour output.
.I mode
can be
.BR yes ,
.BR no ,
or
.BR auto .
The default is
.BR auto ,
for which colour output is enabled only if standard output is
connected to a terminal.
.TP
.BI \-\-eprefix= path
The
.I path
that eselect should use as the offset-prefix path for its operations.
Only relevant for a cross-prefix build.  If neither this option nor the
.I EPREFIX
environment variable are specified, the hardcoded prefix of the build
host is used as a default.
.TP
.BI \-\-root= path
The
.I path
that eselect should use as the target root filesystem for its operations.
If not specified, the value of the
.I ROOT
environment variable is used as a default.
.SH BUILT-INS
.TP
.B help
Displays a help screen listing all built\-ins and the installed modules.
.TP
.B usage
Displays a minimal help screen.
.TP
.B version
Prints eselect's version tag.
.SH MODULES
You can view a list of installed modules using
.IP
.B eselect modules list
.PP
For individual help on each module, please run
.IP
.B eselect
.I module
.B help
.PP
or refer to the manpage
.IR module .eselect(5).
.SH FULL DOCUMENTATION
Full user and developer documentation is included in Restructured Text (RST)
format.  The 'html' Make target can be used to generate HTML versions.
.SH AUTHORS
Danny van Dyk <kugelfang@gentoo.org>
.br
Ciaran McCreesh <ciaranm@gentoo.org>
.br
Aaron Walker <ka0ttic@gentoo.org>
.br
Ulrich Müller <ulm@gentoo.org>