X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config.lxc%2Fnodeimage.post;h=b4a03834522f1a03ec269668639588c7945c20c4;hb=01d7510455252dc6cdb9b3a483c7cfb6940c3f54;hp=d174b07472762fef36ce5434079e631e93c82b52;hpb=e8c044cd2d74423f93f146b502b519776853e313;p=build.git diff --git a/config.lxc/nodeimage.post b/config.lxc/nodeimage.post index d174b074..b4a03834 100644 --- a/config.lxc/nodeimage.post +++ b/config.lxc/nodeimage.post @@ -17,6 +17,8 @@ chroot ${vdir} systemctl enable openvswitch.service || : chroot ${vdir} systemctl enable network.service || : # and turn off NetworkManager if present, as it quite obviously messes with network chroot ${vdir} systemctl disable NetworkManager.service || : +# turn on ntpd +chroot ${vdir} systemctl enable ntpd.service || : # tentatively turn on getty on tty1 chroot ${vdir} systemctl enable getty@tty1.service || :