Merge pull request #1203 from lorenzen-b1/patch-2

fix docu following schema: profile inheritance
This commit is contained in:
David Cassany Viladomat 2019-09-18 17:53:06 +02:00 committed by GitHub
commit 7f98e0500a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -486,7 +486,7 @@ Profiles can furthermore inherit settings from another profile via the
<profiles>
<profile name="VM" description="virtual machine"/>
<profile name="QEMU" description="virtual machine for QEMU">
<requires>VM</requires>
<requires profile="VM"/>
</profile>
</profiles>