From 1051742b821fa3e79383bf68e438dcc745ca2b0f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 13 Feb 2013 08:25:43 +0100 Subject: [PATCH] try to shut off getty for good --- vbuild-init-lxc.sh | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.47.0