X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config.lxc%2Fnodeimage.post;h=4bc4a34fd61526ea9eaf517c4be519eb5ded7b53;hb=90b79c3e090c89dba28ef4a772f60ba70218ed94;hp=b4a03834522f1a03ec269668639588c7945c20c4;hpb=8432524ef9f5b6e0e26f6168899ca3e71bd98e11;p=build.git diff --git a/config.lxc/nodeimage.post b/config.lxc/nodeimage.post index b4a03834..4bc4a34f 100644 --- a/config.lxc/nodeimage.post +++ b/config.lxc/nodeimage.post @@ -14,9 +14,9 @@ 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