For one reason or another, I'd like to log the output of the rc scripts. I'm using tee to pipe the output of /etc/rc, which stores the output to /var/log/startup. The problem with this is that / is mounted ro until it gets fscked; I want to log the output of fsck as well. So: how to do this? WL