| … | |
… | |
| 72 | fi |
72 | fi |
| 73 | |
73 | |
| 74 | setupopts |
74 | setupopts |
| 75 | |
75 | |
| 76 | if [ ${fakeit} -ne 1 -a -e /proc/modules -a ! -e /dev/rtc ] ; then |
76 | if [ ${fakeit} -ne 1 -a -e /proc/modules -a ! -e /dev/rtc ] ; then |
| 77 | modprobe rtc 2>/dev/null || modprobe genrtc 2>/dev/null |
77 | modprobe -q rtc || modprobe -q genrtc |
| 78 | fi |
78 | fi |
| 79 | |
79 | |
| 80 | ebegin "Setting system clock using the hardware clock" "[${TBLURB}]" |
80 | ebegin "Setting system clock using the hardware clock" "[${TBLURB}]" |
| 81 | if [ ${fakeit} -eq 1 ] ; then |
81 | if [ ${fakeit} -eq 1 ] ; then |
| 82 | retval=0 |
82 | retval=0 |