MTD 248-645A Manual de usuario Pagina 233

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 347
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 232
Linux From Scratch - Version 7.0
213
As mentioned above, it is sometimes necessary to adjust a stock keymap slightly. The following example adds
the Euro symbol to the German keymap:
cat > /etc/sysconfig/console << "EOF"
# Begin /etc/sysconfig/console
KEYMAP="de-latin1"
KEYMAP_CORRECTIONS="euro2"
FONT="lat0-16 -m 8859-15"
# End /etc/sysconfig/console
EOF
The following is a Unicode-enabled example for Bulgarian, where a stock UTF-8 keymap exists:
cat > /etc/sysconfig/console << "EOF"
# Begin /etc/sysconfig/console
UNICODE="1"
KEYMAP="/jointfilesconvert/297116/bg_bds-utf8"
FONT="LatArCyrHeb-16"
# End /etc/sysconfig/console
EOF
Due to the use of a 512-glyph LatArCyrHeb-16 font in the previous example, bright colors are no longer
available on the Linux console unless a framebuffer is used. If one wants to have bright colors without
framebuffer and can live without characters not belonging to his language, it is still possible to use a language-
specific 256-glyph font, as illustrated below:
cat > /etc/sysconfig/console << "EOF"
# Begin /etc/sysconfig/console
UNICODE="1"
KEYMAP="/jointfilesconvert/297116/bg_bds-utf8"
FONT="cyr-sun16"
# End /etc/sysconfig/console
EOF
Vista de pagina 232
1 2 ... 228 229 230 231 232 233 234 235 236 237 238 ... 346 347

Comentarios a estos manuales

Sin comentarios