[Petter Reinholdtsen] > ### BEGIN INIT INFO > # Provides: hwclockfirst > # Required-Start: > # Required-Stop: > # Default-Start: S > # Default-Stop: > ### END INIT INFO
I just checked /sbin/hwclock, and based on the use of /dev/rtc, I believe it should start after mountdevsubfs. So the header should look like this: ### BEGIN INIT INFO # Provides: hwclockfirst # Required-Start: mountdevsubfs # Required-Stop: # Default-Start: S # Default-Stop: ### END INIT INFO Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

