diff options
author | Bill Nottingham <notting@redhat.com> | 1999-03-15 23:42:36 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-03-15 23:42:36 +0000 |
commit | 5ddc710826205c6dfef5eef0e1f6ce4cea54e6ce (patch) | |
tree | cadc96e0f7c37b0be7ff3d9515de3a478e358a1b /sysconfig.txt | |
parent | 47a239e1eb16058887ca50fb223f5ea2ff357e09 (diff) | |
download | initscripts-5ddc710826205c6dfef5eef0e1f6ce4cea54e6ce.tar initscripts-5ddc710826205c6dfef5eef0e1f6ce4cea54e6ce.tar.gz initscripts-5ddc710826205c6dfef5eef0e1f6ce4cea54e6ce.tar.bz2 initscripts-5ddc710826205c6dfef5eef0e1f6ce4cea54e6ce.tar.xz initscripts-5ddc710826205c6dfef5eef0e1f6ce4cea54e6ce.zip |
fixes from ultrapenguin - document SYSFONTACM
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 5add0329..d3709bf8 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -53,7 +53,12 @@ Files in /etc/sysconfig /etc/sysconfig/keyboard: KEYTABLE=<keytable file> - for example: KEYTABLE="/usr/lib/kbd/keytables/us.map" + for example: KEYTABLE="/usr/lib/kbd/keytables/us.map" + KEYBOARDTYPE=sun|pc + on SPARC only, sun means a sun keyboard is attached on /dev/kbd, + pc means a PS/2 keyboard is on ps/2 port. + + /etc/sysconfig/mouse: @@ -334,12 +339,15 @@ Files in /etc/sysconfig/network-scripts/ The above four variables are used in rc.sysinit. SYSFONT= any font that is legal when used as - /usr/sbin/setfont $SYSFONT ... - (See kbd package for sysfont command) + /usr/bin/consolechars -f $SYSFONT ... + (See console-tools package for sysfont command) UNIMAP= any unicode font that is legal fodder for - /usr/sbin/setfont $SYSFONT-u $UNIMAP - + /usr/bin/consolechars -f $SYSFONT --sfm $UNIMAP + + SYSFONTACM= any ACM (application charset map - see consolechars(8)) + /usr/bin/consolechars -f $SYSFONT --acm $SYSFONTACM + The above is used by the /sbin/setsysfont command (which is run by rc.sysinit at boot time). |