|
|
系统登录出现的乱码,就在后面绿色的那个ok位置:
ReiserFS: hdb10: checking transaction log (hdb10)
ReiserFS: hdb10: Using r5 hash to sort names JxxxxxHb(乱码)
Retrying failed uevents, if any..... JxxxxxHb(乱码)
xxxxxxxxxxxxxx(乱码) /tmp /var/lock /var/run JxxxxxHb(乱码)
Setting system clock... JxxxxxHb(乱码)
这是什么原因,用root进入后,就出现了键盘字符对不上的情况.
添加/etc/sysconfig/console如下:
UNICODE="1"
KEYMAP="de-latin1"
KEYMAP_CORRECTIONS="euro2"
LEGACY_CHARSET="iso-8859-15"
BROKEN_COMPOSE="0"
FONT="LatArCyrHeb-16 -m 8859-15"
看到了上面是euro,估计和我的键盘对不上,可能设置是欧洲的键盘。
已解决,呵呵!
This section discusses how to configure the console bootscript that sets up the keyboard map and the console font. If non-ASCII characters (e.g., the copyright sign, the British pound sign and Euro symbol) will not be used and the keyboard is a U.S. one, skip this section. Without the configuration file, the console bootscript will do nothing.
原来是我没仔细看7.6章节,我应该跳过这个章节,我把/etc/sysconfig/console删掉了,就好了。
还有就是将/etc/sysconfig/clock里的UTC=1改成UTC=0,就没问题了。 |
|