From e1378f70fbf8d686f744a679f44bd1f08a0100d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 6 Sep 2018 01:16:50 +0200 Subject: [PATCH] doc: fix libvirt config path --- doc/libvirt.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/libvirt.rst b/doc/libvirt.rst index bd35fe49..7add6a66 100644 --- a/doc/libvirt.rst +++ b/doc/libvirt.rst @@ -22,14 +22,14 @@ The distributor may put a file at :file:`/usr/share/qubes/template/xen-dist.xml`) to override this file. User may put a file at either :file:`/etc/qubes/templates/libvirt/xen-user.xml` or -:file:`/etc/qubes/templates/libvirt/by-name/.xml`, where ```` is +:file:`/etc/qubes/templates/libvirt/xen/by-name/.xml`, where ```` is full name of the domain. Wildcards are not supported but symlinks are. Jinja has a concept of template names, which basically is the path below some load point, which in Qubes' case is :file:`/etc/qubes/templates` and :file:`/usr/share/qubes/templates`. Thus names of those templates are respectively ``'libvirt/xen.xml'``, ``'libvirt/xen-dist.xml'``, -``'libvirt/xen-user.xml'`` and ``'libvirt/by-name/.xml'``. +``'libvirt/xen-user.xml'`` and ``'libvirt/xen/by-name/.xml'``. This will be important later. .. note:: @@ -95,6 +95,9 @@ basic Contains ````, ````, ````, ```` and ```` nodes. +cpu + ```` node. + os Contents of ```` node.