]> xenbits.xensource.com Git - xen.git/commitdiff
docs: Update xencons- Linux boot parameter to reflect xvc0 is default.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 23 Apr 2008 16:01:43 +0000 (17:01 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 23 Apr 2008 16:01:43 +0000 (17:01 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
docs/src/user.tex

index c2f17e1e5b21022544bbc8783c1e3f004e1f4dd8..78740d27d5831d53864e1f57619ed90bd3ac1203 100644 (file)
@@ -4241,10 +4241,11 @@ In addition to the standard Linux kernel boot options, we support:
     \begin{tabular}{l}
       `xencons=off': disable virtual console \\
       `xencons=tty': attach console to /dev/tty1 (tty0 at boot-time) \\
-      `xencons=ttyS': attach console to /dev/ttyS0
+      `xencons=ttyS': attach console to /dev/ttyS0 \\
+      `xencons=xvc': attach console to /dev/xvc0
     \end{tabular}
 \end{center}
-The default is ttyS for dom0 and tty for all other domains.
+The default is ttyS for dom0 and xvc for all other domains.
 \end{description}