aboutsummaryrefslogtreecommitdiff
blob: 467360fd050e339cddaf41c22bfc8fb67f063445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Baselayout 2
. /etc/conf.d/hwclock

do_systohc() {
	hwclock --systohc
}

if yesno "${SHUTDOWN_SYSTOHC:-no}"; then
	if [ ${CLOCK_SYSTOHC:=no} == "no" ] || [ ${clock_systohc:=NO} == "NO" ] ; then
		do_systohc
	fi
fi