From a642a010291a010ee6d88ee6473fc34d1654d5a2 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Fri, 6 Apr 2018 12:41:20 +0200 Subject: [PATCH] [fix] Add fake-hwclock to avoid RTC 1970 date A20 Allwinner seems to have a RTC but i think this one can't work when the board is shutdown (during several minutes/hours/days ?). This package register the last date and set it early in the boot process. --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index efbde6a..269c1e9 100644 --- a/scripts/install +++ b/scripts/install @@ -32,7 +32,7 @@ fi ynh_webpath_register vpnclient $domain $url_path || ynh_die "problem on domain/path availability" 1 # Install packages -packages='php5-fpm sipcalc dnsutils openvpn curl' +packages='php5-fpm sipcalc dnsutils openvpn curl fake-hwclock' export DEBIAN_FRONTEND=noninteractive sudo apt-get --assume-yes --force-yes install ${packages}