Browse Source

[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.
ljf (zamentur) 7 years ago
parent
commit
a642a01029
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -32,7 +32,7 @@ fi
 ynh_webpath_register vpnclient $domain $url_path || ynh_die "problem on domain/path availability" 1
 ynh_webpath_register vpnclient $domain $url_path || ynh_die "problem on domain/path availability" 1
 
 
 # Install packages
 # Install packages
-packages='php5-fpm sipcalc dnsutils openvpn curl'
+packages='php5-fpm sipcalc dnsutils openvpn curl fake-hwclock'
 export DEBIAN_FRONTEND=noninteractive
 export DEBIAN_FRONTEND=noninteractive
 
 
 sudo apt-get --assume-yes --force-yes install ${packages}
 sudo apt-get --assume-yes --force-yes install ${packages}