diff options
author | William Hubbs <williamh@gentoo.org> | 2012-06-07 10:51:02 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-06-07 10:51:02 -0500 |
commit | de36b26d5e8e331d91a3f2db04174d7d203210a1 (patch) | |
tree | a949e9fb5e61711a358f2c9b3266405114c6f19a /conf.d/consolefont | |
parent | ae7cbd910a8d95fcf47ea99e19976e3398f6d947 (diff) |
fix consolefont documentation to reflect the default state
conf.d/consolefont was written as though the consolefont service was
active by default. It is not, so this has been fixed.
reported-by: Ikonta@yandex.ru
X-Gentoo-Bug: 420037
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=420037
Diffstat (limited to 'conf.d/consolefont')
-rw-r--r-- | conf.d/consolefont | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf.d/consolefont b/conf.d/consolefont index b2fa635e..e01ae842 100644 --- a/conf.d/consolefont +++ b/conf.d/consolefont @@ -1,9 +1,10 @@ +# 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 can find a good selection of fonts in /usr/share/consolefonts; # you shouldn't specify the trailing ".psf.gz", just the font name below. # To use the default console font, comment out the CONSOLEFONT setting below. -# This setting is used by the /etc/init.d/consolefont script (NOTE: if you do -# not want to use it, run "rc-update del consolefont boot" as root). consolefont="default8x16" # consoletranslation is the charset map file to use. Leave commented to use |