diff options
author | Jeff Johnson <jbj@redhat.com> | 1998-09-16 18:32:40 +0000 |
---|---|---|
committer | Jeff Johnson <jbj@redhat.com> | 1998-09-16 18:32:40 +0000 |
commit | d06632fae64c2166fc2b03e9462c76bdaca677e2 (patch) | |
tree | ecb319b5f15012cf6a628ac4742199c4de4ac05f /sysconfig.txt | |
parent | 7fce8f65b004342926d0ad53c3884e7566f23ed6 (diff) | |
download | initscripts-d06632fae64c2166fc2b03e9462c76bdaca677e2.tar initscripts-d06632fae64c2166fc2b03e9462c76bdaca677e2.tar.gz initscripts-d06632fae64c2166fc2b03e9462c76bdaca677e2.tar.bz2 initscripts-d06632fae64c2166fc2b03e9462c76bdaca677e2.tar.xz initscripts-d06632fae64c2166fc2b03e9462c76bdaca677e2.zip |
Document UNIMAP variable.
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index cc77b902..17172e31 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -294,8 +294,12 @@ Files in /etc/sysconfig/network-scripts/ The above three variables are used in rc.sysinit. - SYSFONT= any font with is legal input to the 'setfont' command (see - kbd package) + SYSFONT= any font that is legal when used as + /usr/sbin/setfont $SYSFONT ... + (See kbd package for sysfont command) + + UNIMAP= any unicode font that is legal fodder for + /usr/sbin/setfont $SYSFONT-u $UNIMAP The above is used by the /sbin/setsysfont command (which is run by rc.sysinit at boot time). |