diff options
author | Max Rees <maxcrees@me.com> | 2020-06-04 18:18:09 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2020-06-04 19:15:42 -0500 |
commit | 44424567c580132589c9020c4406478993f2cf65 (patch) | |
tree | d325864087924e946559ca9cb300ac7134c80249 /system/kbd/consolefont.confd | |
parent | 925fabf5441a16a7d347fed2b3bd36ef46fc1f62 (diff) | |
download | packages-44424567c580132589c9020c4406478993f2cf65.tar.gz packages-44424567c580132589c9020c4406478993f2cf65.tar.bz2 packages-44424567c580132589c9020c4406478993f2cf65.tar.xz packages-44424567c580132589c9020c4406478993f2cf65.zip |
system/*: move consolefont & keymaps services from openrc to kbd
Diffstat (limited to 'system/kbd/consolefont.confd')
-rw-r--r-- | system/kbd/consolefont.confd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/system/kbd/consolefont.confd b/system/kbd/consolefont.confd new file mode 100644 index 000000000..4c41d0633 --- /dev/null +++ b/system/kbd/consolefont.confd @@ -0,0 +1,20 @@ +# The consolefont service is not activated by default. If you need to +# use it, you should run "rc-update add consolefont boot" as root. +# +# consolefont specifies the default font that you'd like Linux to use on the +# console. You will have to install a package such as kbd-fonts or +# terminus-font to have a selection; they will be installed in +# /usr/share/consolefonts. +# +# The following (from terminus-font) is a good font for HiDPI screens. +#consolefont="ter-i32n" + +# consoletranslation is the charset map file to use. Leave commented to use +# the default one. Have a look in /usr/share/consoletrans for a selection of +# map files you can use. +#consoletranslation="8859-1_to_uni" + +# unicodemap is the unicode map file to use. Leave commented to use the +# default one. Have a look in /usr/share/unimaps (from the kbd-keymaps +# package) for a selection of map files you can use. +#unicodemap="iso01" |