diff options
author | Bill Nottingham <notting@redhat.com> | 2006-09-27 01:52:53 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-09-27 01:52:53 +0000 |
commit | 4dc1c60fe1331f34bbd925ea3df161deaa071a8a (patch) | |
tree | fc52678a3052122ad7c9bc9f590dd1fffc8b68cb /sysconfig.txt | |
parent | 710e7219c2c227b01296f42a716b0608534e9122 (diff) | |
download | initscripts-4dc1c60fe1331f34bbd925ea3df161deaa071a8a.tar initscripts-4dc1c60fe1331f34bbd925ea3df161deaa071a8a.tar.gz initscripts-4dc1c60fe1331f34bbd925ea3df161deaa071a8a.tar.bz2 initscripts-4dc1c60fe1331f34bbd925ea3df161deaa071a8a.tar.xz initscripts-4dc1c60fe1331f34bbd925ea3df161deaa071a8a.zip |
clarify font options (#206106)
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 00136409..83d5f018 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -427,19 +427,17 @@ Files in /etc/sysconfig The above variables are used in /etc/profile.d/lang.sh. - SYSFONT= any font that is legal when used as - /usr/bin/consolechars -f $SYSFONT ... - (See console-tools package for consolechars command) + SYSFONT= Console font. Fonts are found in /lib/kbd/consolefonts. - UNIMAP= any SFM (screen font map, formerly called Unicode mapping - table - see consolechars(8)) - /usr/bin/consolechars -f $SYSFONT --sfm $UNIMAP + UNIMAP= Unicode font map. Most fonts have these built-in. Font maps + can be found in /lib/kbd/unimaps. These are applied via setfont's + -u option. - SYSFONTACM= any ACM (application charset map - see consolechars(8)) - /usr/bin/consolechars -f $SYSFONT --acm $SYSFONTACM + SYSFONTACM= Console map. These are applied via setfont's -m option, + and are found in /lib/kbd/consoletrans. - The above is used by the /sbin/setsysfont command (which is run - by rc.sysinit at boot time.) + The above are used by the /sbin/setsysfont command (which is run + by rc.sysinit at boot time.) For more information, see setfont(8). Files in /etc/sysconfig/network-scripts/ ======================================== |