[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 09/10] docs: xlexample.pvlinux: Add "type" setting
Some environments will prefer to explicitly include this setting despite being the default. This also increases consistency with other examples. Signed-off-by: Elliott Mitchell <ehem+xen@xxxxxxx> --- tools/examples/xlexample.pvlinux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/examples/xlexample.pvlinux b/tools/examples/xlexample.pvlinux index be6931549a..19dac50fcd 100644 --- a/tools/examples/xlexample.pvlinux +++ b/tools/examples/xlexample.pvlinux @@ -5,6 +5,9 @@ # This is a fairly minimal example of what is required for a # Paravirtualised Linux guest. For a more complete guide see xl.cfg(5) +# This configures a PV guest instead of HVM or PVH +#type = "pv" # "pv" is default + # Guest name name = "example.pvlinux" -- 2.30.2
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |