From: Thierry Parmentelat Date: Wed, 13 Feb 2013 09:59:24 +0000 (+0100) Subject: ... X-Git-Tag: 5.2.1~55 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0ace77ce82ea7ed3630cc340004742af0f872007;p=build.git ... --- diff --git a/vbuild-init-lxc.sh b/vbuild-init-lxc.sh index 02ee3f5a..ff0b6a05 100755 --- a/vbuild-init-lxc.sh +++ b/vbuild-init-lxc.sh @@ -273,7 +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" - rm /etc/systemd/system/getty.target.wants/*service + rm ${rootfs_path}/etc/systemd/system/getty.target.wants/*service # can't seem to handle this one with systemctl chroot ${rootfs_path} chkconfig network on }