examples: fix HVM config file example
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 6 Oct 2017 13:52:00 +0000 (14:52 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 9 Oct 2017 14:43:44 +0000 (15:43 +0100)
To use the new 'type' option.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/examples/xlexample.hvm

index 4b1ea629fb0e5319a072df12b09a82ae63849f10..df9fe07653f1262db75db41112291c0e170c29de 100644 (file)
@@ -6,7 +6,7 @@
 # HVM guest. For a more complete guide see xl.cfg(5)
 
 # This configures an HVM rather than PV guest
-builder = "hvm"
+type = "hvm"
 
 # Guest name
 name = "example.hvm"