···164164# Restore the system time from the hardware clock. We do this after
165165# running the activation script to be sure that /etc/localtime points
166166# at the current time zone.
167167-hwclock --hctosys
167167+if [ -e /dev/rtc ]; then
168168+ hwclock --hctosys
169169+fi
168170169171170172# Record the boot configuration.