2008年06月

1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          

アーカイブ


最近のコメント

« LinkStationを再組立 | メイン | ファームウェア Ver.1.41 »

halt / reboot 正常化

halt / reboot コマンドの正常化だけど、/etc/init.d と /etc/rc0.d /etc/rc6.d の細工で完了。
/etc/init.d/AVR-EEEE
echo -n "EEEE" > /dev/ttyS1
/etc/init.d/AVR-CCCC
echo -n "CCCC" > /dev/ttyS1
を用意、

/etc/rc0.d/K90AVR-EEEE を /etc/init.d/AVR-EEEE のシンボリックリンクで設定 /etc/rc6.d/K90AVR-CCCC を /etc/init.d/AVR-CCCC のシンボリックリンクで設定

以上で、halt で電源断、reboot で再起動が可能に。

トラックバック

このエントリーのトラックバックURL:
http://blog.ieserver.net/cgi-bin/mt/mt-tb.cgi/12

コメントを投稿