[lxc-devel] [PATCH] Trivial: remove a redundant backslash from templates/lxc-fedora.in

Jeff Liu jeff.liu at oracle.com
Wed Mar 28 04:13:38 UTC 2012


Trivial fix to remove a redundant backslash from templates/lxc-fedora.in. 


Signed-off-by: Jie Liu <jeff.liu at oracle.com>

---
 templates/lxc-fedora.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/templates/lxc-fedora.in b/templates/lxc-fedora.in
index 3f50895..b0f8f5d 100644
--- a/templates/lxc-fedora.in
+++ b/templates/lxc-fedora.in
@@ -106,7 +106,7 @@ configure_fedora_systemd()
 {
     unlink ${rootfs_path}/etc/systemd/system/default.target
     touch ${rootfs_path}/etc/fstab
-    chroot ${rootfs_path} ln -s /dev/null //etc/systemd/system/udev.service
+    chroot ${rootfs_path} ln -s /dev/null /etc/systemd/system/udev.service
     chroot ${rootfs_path} ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
     #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
-- 
1.7.9




More information about the lxc-devel mailing list