From e8c044cd2d74423f93f146b502b519776853e313 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 20 Feb 2013 11:37:32 +0100 Subject: [PATCH] turn on login console --- config.lxc/nodeimage.post | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.43.0