-
Notifications
You must be signed in to change notification settings - Fork 2
/
vconsole.conf.5
90 lines (90 loc) · 2.65 KB
/
vconsole.conf.5
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
86
87
88
89
90
'\" t
.\" Title: vconsole.conf
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
.\" Date: 10/10/2012
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "VCONSOLE\&.CONF" "5" "10/10/2012" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
vconsole.conf \- configuration file for the virtual console
.SH "SYNOPSIS"
.sp
\fB/etc/vconsole\&.conf\fR
.SH "DESCRIPTION"
.sp
The /etc/vconsole\&.conf file configures the virtual console, i\&.e\&. keyboard mapping and console font\&.
.sp
The basic file format of the vconsole\&.conf is a newline\-separated list environment\-like shell\-compatible variable assignments\&. It is possible to source the configuration from shell scripts, however, beyond mere variable assignments no shell features are supported, allowing applications to read the file without implementing a shell compatible execution engine\&.
.sp
In Arch /etc/rc\&.conf is checked for vconsole configuration as well as described below, however only as fallback\&.
.SH "OPTIONS"
.sp
The following options are understood:
.sp
\fBKEYMAP=\fR
.sp
.if n \{\
.RS 4
.\}
.nf
Configures the key mapping table of for they keyboard\&. Overriding KEYMAP from rc\&.conf\&.
.fi
.if n \{\
.RE
.\}
.sp
\fBFONT=\fR, \fBFONT_MAP=\fR
.sp
.if n \{\
.RS 4
.\}
.nf
Configures the console font and the console map\&. Overriding respectively CONSOLEFONT and CONSOLEMAP from rc\&.conf\&.
.fi
.if n \{\
.RE
.\}
.SH "EXAMPLE"
.sp
\fBExample 1\&. German keyboard and console\fR
.sp
/etc/vconsole\&.conf:
.sp
.if n \{\
.RS 4
.\}
.nf
KEYMAP=de\-latin1
FONT=latarcyrheb\-sun16
.fi
.if n \{\
.RE
.\}
.SH "SEE ALSO"
.sp
systemd\&.vconsole\&.conf(5), loadkeys(1), setfont(8), rc\&.conf(5)
.SH "AUTHORS"
.sp
Original by Lennart Poettering, adapted to Arch Linux by Tom Gundersen\&.