Bladeren bron

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

remplace timesyncd
Maxime Alves LIRMM@home 3 jaren geleden
bovenliggende
commit
f136ba1bdb
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      config/read-only-fs.sh

+ 1
- 1
config/read-only-fs.sh Bestand weergeven

@@ -186,7 +186,7 @@ apt-get -y --force-yes autoremove --purge
186 186
 
187 187
 # Replace log management with busybox (use logread if needed)
188 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 191
 echo "Configuring system..."
192 192
 

Loading…
Annuleren
Opslaan