aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.shutdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.shutdown b/rc.shutdown
index e4baa7f..5057466 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -51,9 +51,9 @@ stat_done
stat_busy "Saving System Clock"
if [ "$HARDWARECLOCK" = "UTC" ]; then
- /sbin/hwclock --utc --systohc
+ /sbin/hwclock --directisa --utc --systohc
else
- /sbin/hwclock --localtime --systohc
+ /sbin/hwclock --directisa --localtime --systohc
fi
stat_done