From: Thierry Parmentelat Date: Tue, 12 Feb 2013 16:22:04 +0000 (+0100) Subject: oops X-Git-Tag: 5.2.1~59 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8c9268886a785bdbd0f4b39d0bb3752b6d5feee5;p=build.git oops --- 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 }