From: Thierry Parmentelat Date: Wed, 20 Feb 2013 10:37:32 +0000 (+0100) Subject: turn on login console X-Git-Tag: 5.2.1~43 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e8c044cd2d74423f93f146b502b519776853e313;p=build.git turn on login console --- diff --git a/config.lxc/nodeimage.post b/config.lxc/nodeimage.post index 3231bc5c..d174b074 100644 --- a/config.lxc/nodeimage.post +++ b/config.lxc/nodeimage.post @@ -16,7 +16,9 @@ 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 || : # and turn off NetworkManager if present, as it quite obviously messes with network -chroot ${vdir} systemctl disable NetworkManager || : +chroot ${vdir} systemctl disable NetworkManager.service || : +# tentatively turn on getty on tty1 +chroot ${vdir} systemctl enable getty@tty1.service || : # Disable splaying of cron. echo > ${vdir}/etc/sysconfig/crontab @@ -40,6 +42,6 @@ EOF #################### historical notes - see config.planetlab/nodeimage.post # xxx turning OFF selinux # there used to be some code for that in the historical/vserver version -# none of that code seems applicable in f16 anylonger - +# none of that code seems applicable in f16 any longer +# # also a horrible hack to the network initscripts has been removed