Index: scripts/setup.sh =================================================================== diff -u -r13a271ff9262b297f76fa2f97110ff5e0f3f1e1b -rf9912fcd4b809e5a7fd59cf855488b6a762198d0 --- scripts/setup.sh (.../setup.sh) (revision 13a271ff9262b297f76fa2f97110ff5e0f3f1e1b) +++ scripts/setup.sh (.../setup.sh) (revision f9912fcd4b809e5a7fd59cf855488b6a762198d0) @@ -24,7 +24,8 @@ timedatectl set-ntp 0 echo "Setup the timezone (PDT Pacific)" -timedatectl America/Los_Angeles +timedatectl set-timezone America/Los_Angeles +timedatectl set-local-rtc 1 echo "Setup the time/date" while true; do @@ -35,9 +36,6 @@ fi done -echo "Setup the hardware clock" -hwclock -w - echo "Disabling Qt demo" systemctl disable qtlauncher systemctl disable ebikedata