X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config.lxc%2Fnodeimage.post;h=4bc4a34fd61526ea9eaf517c4be519eb5ded7b53;hb=1f4f80e0c7dc71ef79614227c195139a56d1421e;hp=d174b07472762fef36ce5434079e631e93c82b52;hpb=e8c044cd2d74423f93f146b502b519776853e313;p=build.git diff --git a/config.lxc/nodeimage.post b/config.lxc/nodeimage.post index d174b074..4bc4a34f 100644 --- a/config.lxc/nodeimage.post +++ b/config.lxc/nodeimage.post @@ -14,9 +14,11 @@ rm -rf ${vdir}/etc/yum.conf ${vdir}/etc/yum.repos.d # turn ON openvswitch as it is required for the privatebridge nm plugin chroot ${vdir} systemctl enable openvswitch.service || : # enabling network as it ends up turned off on systems that come with NetworkManager, starting with fedora9 -chroot ${vdir} systemctl enable network.service || : +chroot ${vdir} systemctl disable network.service || : # and turn off NetworkManager if present, as it quite obviously messes with network -chroot ${vdir} systemctl disable NetworkManager.service || : +chroot ${vdir} systemctl enable NetworkManager.service || : +# turn on ntpd +chroot ${vdir} systemctl enable ntpd.service || : # tentatively turn on getty on tty1 chroot ${vdir} systemctl enable getty@tty1.service || :