Explorar el Código

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

remplace timesyncd
Maxime Alves LIRMM@home hace 3 años
padre
commit
f136ba1bdb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      config/read-only-fs.sh

+ 1
- 1
config/read-only-fs.sh Ver fichero

@@ -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…
Cancelar
Guardar