diff options
-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). |