Cambio de idioma para teclado en Solaris 10

2 views
Skip to first unread message

Ricardo de Jesús Pelcastre Cervantes

unread,
Oct 31, 2007, 4:27:14 PM10/31/07
to pozarica
Hola Sysadmins, un pequeñño tip para aquellos que se inician en el
mundo UNIX en general con Solaris 10, vamos a cmbiar el idioma del
teclado del ingles al español.

Como root:

# cd /boot/solaris

# ls
bin devicedb filelist.ramdisk machines
bootenv.rc drivers filestat.ramdisk

# cat bootenv.rc

veremos el siguiente contenido, tendremos que editar ese archivo:

#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "@(#)bootenv.rc 1.32 05/09/01 SMI"
#
# bootenv.rc -- boot "environment variables"


setprop kbd-type Idioma
setprop ata-dma-enabled 1
setprop atapi-cd-dma-enabled 0
setprop ttyb-rts-dtr-off false
setprop ttyb-ignore-cd true
setprop ttya-rts-dtr-off false
setprop ttya-ignore-cd true
setprop ttyb-mode 9600,8,n,1,-
setprop ttya-mode 9600,8,n,1,-
setprop lba-access-ok 1
setprop prealloc-chunk-size 0x2000
setprop bootpath /pci@0,0/pci-ide@7,1/ide@0/cmdk@0,0:a
setprop console 'text'

NOTA: La primera linea en la parte que dice 'idioma' debe ponerse
Spanish y guardar cambios.

Saludos cordiales, Ricardo Pelcastre.

Reply all
Reply to author
Forward
0 new messages