Страница 1 из 1
ROSA Fresh R3 virtual consoles are no longer localized
Добавлено: 10 сен 2014, 21:12
jojodu34
Код: Выделить всё
$ uname -a ;cat /etc/lsb-release
Linux localhost.localdomain 3.10.51-nrj-desktop-1rosa #1 SMP PREEMPT Fri Aug 1 08:34:49 UTC 2014 i686 i686 i686 GNU/Linux
LSB_VERSION=
DISTRIB_ID=RosaDesktopFresh
DISTRIB_RELEASE=2012.1
DISTRIB_CODENAME=belka
DISTRIB_DESCRIPTION="ROSA Desktop Fresh R3"
Maybe since update of dracut (not sure) my vt's (tty2,3,4 etc) have English keyboard.I know how to load French keyboard, but the difficulty is to log when there are signs in the password.
And it's not very normal

Re: ROSA Fresh R3 virtual consoles are no longer localized
Добавлено: 05 дек 2014, 22:02
sylvainsjc
I've modified the file /etc/rc.local as below to have french layout for root but it doesn't solve the first step when the system ask for the passphrase :
Код: Выделить всё
#!/bin/sh
#
### BEGIN INIT INFO
# Provides: rc.local
# X-Mandriva-Compat-Mode
# Default-Start: 2 3 4 5
# Short-Description: Local initialization script
# Description: This script will be executed at the end of the boot process.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
### END INIT INFO
touch /var/lock/subsys/local
#if [ `echo $LANG |grep -c ru_RU` -ge "1" ];
#then
#loadkeys -u ru
#fi
loadkeys fr