diff mbox series

[06/10] docs: xlexample.hvm: Add reference to nographic option

Message ID f41e431bf877dfa3b545d8fad65b71ceb3e6f008.1650420617.git.ehem+xen@m5p.com (mailing list archive)
State New, archived
Headers show
Series Increase consistency of domain examples | expand

Commit Message

Elliott Mitchell Jan. 9, 2021, 8:08 p.m. UTC
Running without any display device is a completely legal configuration.

Signed-off-by: Elliott Mitchell <ehem+xen@m5p.com>
---
 tools/examples/xlexample.hvm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm
index a6cafcbf9f..7afb7c731d 100644
--- a/tools/examples/xlexample.hvm
+++ b/tools/examples/xlexample.hvm
@@ -42,6 +42,7 @@  vif = [ '' ]
 # docs/misc/xl-disk-configuration.txt
 disk = [ '/dev/vg/guest-volume,raw,xvda,rw' ]
 
-# Guest VGA console configuration, either SDL or VNC
+# Guest VGA console configuration, SDL, VNC, or none
 sdl = 1
 #vnc = 1
+#nographic = 1