doc: fix paths of jinja templates for libvirt Xen configuration
The jinja templates are located in either /etc/qubes/templates or /usr/share/qubes/templates. /usr/share/templates is not used and /usr/share/qubes/template/ does not exist. Fix the paths that are documented in https://dev.qubes-os.org/projects/core-admin/en/latest/libvirt.html
This commit is contained in:
parent
5b28c17eed
commit
c5cfb81b94
@ -17,9 +17,9 @@ File paths
|
||||
----------
|
||||
|
||||
In order of increasing precedence: the main template, from which the config is
|
||||
generated is :file:`/usr/share/templates/libvirt/xen.xml`).
|
||||
generated is :file:`/usr/share/qubes/templates/libvirt/xen.xml`).
|
||||
The distributor may put a file at
|
||||
:file:`/usr/share/qubes/template/xen-dist.xml`) to override this file.
|
||||
:file:`/usr/share/qubes/templates/libvirt/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/xen/by-name/<name>.xml`, where ``<name>`` is
|
||||
|
Loading…
Reference in New Issue
Block a user