From: Keir Fraser Date: Wed, 23 Apr 2008 16:01:43 +0000 (+0100) Subject: docs: Update xencons- Linux boot parameter to reflect xvc0 is default. X-Git-Tag: 3.3.0-rc1~240^2~8 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e76492c4f4711bd51a23a631156cf458120b136c;p=xen.git docs: Update xencons- Linux boot parameter to reflect xvc0 is default. Signed-off-by: Keir Fraser --- diff --git a/docs/src/user.tex b/docs/src/user.tex index c2f17e1e5b..78740d27d5 100644 --- a/docs/src/user.tex +++ b/docs/src/user.tex @@ -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}