From 8c9268886a785bdbd0f4b39d0bb3752b6d5feee5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 12 Feb 2013 17:22:04 +0100 Subject: [PATCH] oops --- vbuild-init-lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vbuild-init-lxc.sh b/vbuild-init-lxc.sh index 4a06946b..4f59c80a 100755 --- a/vbuild-init-lxc.sh +++ b/vbuild-init-lxc.sh @@ -272,7 +272,7 @@ function configure_fedora_systemd() { # so, turning getty off for now instead # #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}/etc/systemd/system/"getty@.service" chroot ${rootfs_path} chkconfig network on } -- 2.47.0