やっぱり/var/log/messagesがないと・・・・・やだなぁ
なんか仲間発見
http://www.parkytowers.me.uk/thin/Linux/TinycoreWS_3.shtml
なるほどなるほど
root@box:/opt# cat bootlocal.sh
#!/bin/sh
# put other system startup commands here
sh /opt/eth0.sh
sh /opt/userAppend.sh
sh /opt/env/srv/php.sh
/usr/local/bin/ntpclient -h home.hcs.co.jp -s
/sbin/syslogd -n -O /home/log/messages -s 0 &
sh /opt/env/srv/openssh.sh
sh /opt/env/srv/nginx.sh
crond /opt/crontab
root@box:/opt#
あああ、手癖が抜けない・・・・
echo ln -s /home/log/messages /var/log/messages >>/opt/bootlocal.sh