From: Thierry Parmentelat Date: Wed, 13 Feb 2013 07:25:43 +0000 (+0100) Subject: try to shut off getty for good X-Git-Tag: 5.2.1~58 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1051742b821fa3e79383bf68e438dcc745ca2b0f;p=build.git try to shut off getty for good --- diff --git a/vbuild-init-lxc.sh b/vbuild-init-lxc.sh index 4f59c80a..78585fba 100755 --- a/vbuild-init-lxc.sh +++ b/vbuild-init-lxc.sh @@ -273,6 +273,7 @@ function configure_fedora_systemd() { # #dependency on a device unit fails it specially that we disabled udev # sed -i 's/After=dev-%i.device/After=/' ${rootfs_path}/lib/systemd/system/getty\@.service ln -s /dev/null ${rootfs_path}/etc/systemd/system/"getty@.service" + ln -s /dev/null ${rootfs_path}/usr/lib/systemd/system/"getty@.service" chroot ${rootfs_path} chkconfig network on }