--- /etc/init.d/clock_orig 2011-07-23 12:58:07.447945952 -0400 +++ /etc/init.d/clock_orig 2011-07-23 12:59:29.072944745 -0400 @@ -5,7 +5,7 @@ opts="save" depend() { - need localmount + need sanetime localmount } setupopts() { @@ -79,7 +79,8 @@ setupopts if [[ ${fakeit} -ne 1 && -e /proc/modules && ! -e /dev/rtc ]] ; then - modprobe rtc &> /dev/null || modprobe genrtc &> /dev/null + modprobe rtc &> /dev/null || modprobe genrtc &> /dev/null \ + || fakeit=1 fi ebegin "Setting system clock using the hardware clock [${TBLURB}]"