doc: fix libvirt config path
This commit is contained in:
parent
ee25f7c7bb
commit
e1378f70fb
@ -22,14 +22,14 @@ The distributor may put a file at
|
|||||||
:file:`/usr/share/qubes/template/xen-dist.xml`) to override this file.
|
:file:`/usr/share/qubes/template/xen-dist.xml`) to override this file.
|
||||||
User may put a file at either
|
User may put a file at either
|
||||||
:file:`/etc/qubes/templates/libvirt/xen-user.xml` or
|
:file:`/etc/qubes/templates/libvirt/xen-user.xml` or
|
||||||
:file:`/etc/qubes/templates/libvirt/by-name/<name>.xml`, where ``<name>`` is
|
:file:`/etc/qubes/templates/libvirt/xen/by-name/<name>.xml`, where ``<name>`` is
|
||||||
full name of the domain. Wildcards are not supported but symlinks are.
|
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
|
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
|
load point, which in Qubes' case is :file:`/etc/qubes/templates` and
|
||||||
:file:`/usr/share/qubes/templates`. Thus names of those templates are
|
:file:`/usr/share/qubes/templates`. Thus names of those templates are
|
||||||
respectively ``'libvirt/xen.xml'``, ``'libvirt/xen-dist.xml'``,
|
respectively ``'libvirt/xen.xml'``, ``'libvirt/xen-dist.xml'``,
|
||||||
``'libvirt/xen-user.xml'`` and ``'libvirt/by-name/<name>.xml'``.
|
``'libvirt/xen-user.xml'`` and ``'libvirt/xen/by-name/<name>.xml'``.
|
||||||
This will be important later.
|
This will be important later.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
@ -95,6 +95,9 @@ basic
|
|||||||
Contains ``<name>``, ``<uuid>``, ``<memory>``, ``<currentMemory>`` and
|
Contains ``<name>``, ``<uuid>``, ``<memory>``, ``<currentMemory>`` and
|
||||||
``<vcpu>`` nodes.
|
``<vcpu>`` nodes.
|
||||||
|
|
||||||
|
cpu
|
||||||
|
``<cpu>`` node.
|
||||||
|
|
||||||
os
|
os
|
||||||
Contents of ``<os>`` node.
|
Contents of ``<os>`` node.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user