#!/bin/sh
#
# Fix rtc_clock
#

# Set initial System date 00:01 01 Jan 2015
date 010101001970

# Set the Hardware Clock to the current System Time
hwclock -w
