Setting tag nodemanager-7.0-0
[build.git] / config.planetlab / nodeimage.post
index 79d54fe..63c3e38 100644 (file)
@@ -20,6 +20,8 @@ chroot ${vdir} /sbin/chkconfig util-vserver on || :
 chroot ${vdir} /sbin/chkconfig network on || :
 # and turn off NetworkManager if present, as it quite obviously messes with network
 chroot ${vdir} /sbin/chkconfig NetworkManager off || :
+# turn on ntpd
+chroot ${vdir} /sbin/chkconfig ntpd on || :
 
 # turn OFF vservers-default ; this is to automatically restart vservers, let nm do that
 chroot ${vdir} /sbin/chkconfig vservers-default off || :