見つけた。
ude:~# cat /etc/default/rcS # # Defaults for the boot scripts in /etc/rcS.d # : : # Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not. UTC=yes : :まさにこれ。
修正する
ude:~# cd /etc/default/ ude:/etc/default# mv rcS rcS.orig ude:/etc/default# cp rcS.orig rcS ude:/etc/default# vi rcS : : ude:/etc/default# diff -u rcS.orig rcS --- rcS.orig 2006-09-18 21:58:28.000000000 +0900 +++ rcS 2006-09-24 19:31:30.000000000 +0900 @@ -10,7 +10,7 @@ # before system startup is complete (as soon as inetd is started) DELAYLOGIN=yes # Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not. -UTC=yes +UTC=no # Set VERBOSE to "no" if you would like a more quiet bootup. VERBOSE=yes # Set EDITMOTD to "no" if you don't want /etc/motd to be editted automatically ude:/etc/default#
かわってなぁーい
「今」は、10:35 だが、、、
ude:~# date Sun Sep 24 19:35:20 JST 2006 ude:~# hwclock Sun Sep 24 19:35:26 2006 -0.325853 seconds ude:~# TZ="" date Sun Sep 24 10:35:36 UTC 2006 ude:~# TZ=JST-9 date Sun Sep 24 19:36:43 JST 2006 ude:~#と。hwclock と date が一致しているので タイムゾーン関連の設定は間違っていないが、 ハードウェアクロック自身がずれているのであろう。
標準ファームでも9時間ずれている。 ということは、標準ファームでも ハードウェアクロックにはローカルタイムを刻ませている。
date コマンドで日付をセットして、その後は時刻も問題ないことを確認。
ということは、linuxrc はまだもう少し削れるな。
← LS-GL:ファームウェア 1.02 で debian 化 |
ハックの記録 LinkStation/玄箱 をハックしよう |
→ LS-GL:debian:開発環境のインストール |