Browse Source

[issue #25] restauration de l'installation de ntp à la préparation de l'image

remplace timesyncd
Maxime Alves LIRMM@home 3 years ago
parent
commit
f136ba1bdb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/read-only-fs.sh

+ 1
- 1
config/read-only-fs.sh View File

186
 
186
 
187
 # Replace log management with busybox (use logread if needed)
187
 # Replace log management with busybox (use logread if needed)
188
 echo "Installing ntp and busybox-syslogd..."
188
 echo "Installing ntp and busybox-syslogd..."
189
-apt-get -y --force-yes install busybox-syslogd; dpkg --purge rsyslog
189
+apt-get -y --force-yes install ntp busybox-syslogd; dpkg --purge rsyslog
190
 
190
 
191
 echo "Configuring system..."
191
 echo "Configuring system..."
192
 
192
 

Loading…
Cancel
Save