Change host_setup libvirt network autostart links to be relative.
authorMartin Schwenke <martin@meltin.net>
Mon, 21 Sep 2009 06:54:25 +0000 (16:54 +1000)
committerMartin Schwenke <martin@meltin.net>
Mon, 21 Sep 2009 06:54:25 +0000 (16:54 +1000)
They should link to parent directory, not to an absolute path under
/etc.

Signed-off-by: Martin Schwenke <martin@meltin.net>
host_setup/etc/libvirt/qemu/networks/autostart/net1.xml
host_setup/etc/libvirt/qemu/networks/autostart/net2.xml
host_setup/etc/libvirt/qemu/networks/autostart/net3.xml

index 10739884650ad8e30a5fbe85060d068e585d55b9..cfc7957b7d6c6c2e5b9afe96ad523acade87af75 120000 (symlink)
@@ -1 +1 @@
-/etc/libvirt/qemu/networks/net1.xml
\ No newline at end of file
+../net1.xml
\ No newline at end of file
index a81e2182ee1427570026493404cd9883252b87dc..164eb10c6976093aadf84a2bd86157b1332e6357 120000 (symlink)
@@ -1 +1 @@
-/etc/libvirt/qemu/networks/net2.xml
\ No newline at end of file
+../net2.xml
\ No newline at end of file
index 5b3f1b0379b58fd912eae94f557691de9229c428..d70735f2053a091b4d328ff85b17c912119224b5 120000 (symlink)
@@ -1 +1 @@
-/etc/libvirt/qemu/networks/net3.xml
\ No newline at end of file
+../net3.xml
\ No newline at end of file