Add optional 'make boot SERIAL=yes' to test the serial console.
[virt-p2v.git] / README
diff --git a/README b/README
index 521cfb4..9801015 100644 (file)
--- a/README
+++ b/README
@@ -77,3 +77,13 @@ eg. from /var/lib/xen/images, to experiment with).  For example:
 
   cp /var/lib/xen/images/rhel5gax32fv.img .
   make boot HDA=rhel5gax32fv.img
+
+
+Serial console
+----------------------------------------------------------------------
+
+With livecd-tools >= 018, the CD should enable the serial console
+(ttyS0, 9600 8N1).
+
+You can test this with:
+  make boot [...] SERIAL=yes