setclock: exit when /proc/driver/rtc cannot be found (no rtc)
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
6177fa91d3
commit
97233730f2
@ -4,13 +4,14 @@
|
||||
# Based on setclock script from LFS-3.1 and earlier.
|
||||
# Rewritten by Gerard Beekmans - gerard@linuxfromscratch.org
|
||||
|
||||
[ -e /proc/driver/rtc ] || exit 0
|
||||
|
||||
. /etc/sysconfig/rc
|
||||
. $rc_functions
|
||||
|
||||
[ -r /etc/sysconfig/clock ] && . /etc/sysconfig/clock
|
||||
|
||||
CLOCKPARAMS="--directisa"
|
||||
#CLOCKPARAMS="--systohc --directisa"
|
||||
|
||||
case "$UTC" in
|
||||
yes|true|1)
|
||||
|
Loading…
Reference in New Issue
Block a user