I had the same problem. On my system, /usr and / are on different partitions. When /etc/rcS.d/S22hwclock.sh copies the hardware clock to the system clock, it cannot read the timezone information from /etc/localtime, which is a symbolic link to a file under /usr/share/zoneinfo, since /usr is mounted later by /etc/rcS.d/S35mountall.sh.
For a temporary fix, I did # cd /etc/rcS.d # mv mv S22hwclock.sh S36hwclock.sh But I'm not sure whether or not this is a good way. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]