aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2007-12-19 15:53:56 +0000
committerKeir Fraser <keir.fraser@citrix.com>2007-12-19 15:53:56 +0000
commit1358358f3de3c58ae584e36ffe6683c09e2828b7 (patch)
treef1fe224e52fa1b79522d0108ed512e7bc2d316a3
parent7f96e0454bd58cc3a5af4f3936fe18e9234e40e5 (diff)
downloadxen-1358358f3de3c58ae584e36ffe6683c09e2828b7.tar.gz
xen-1358358f3de3c58ae584e36ffe6683c09e2828b7.tar.bz2
xen-1358358f3de3c58ae584e36ffe6683c09e2828b7.zip
doc: Fix serial console command line.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
-rw-r--r--docs/src/user.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/user.tex b/docs/src/user.tex
index c12d5f5ed4..c1c0a35e74 100644
--- a/docs/src/user.tex
+++ b/docs/src/user.tex
@@ -665,7 +665,7 @@ In order to configure Xen serial console output, it is necessary to
add a boot option to your GRUB config; e.g.\ replace the previous
example kernel line with:
\begin{quote} {\small \begin{verbatim}
- kernel /boot/xen.gz dom0_mem=131072 com1=115200,8n1
+ kernel /boot/xen.gz dom0_mem=131072 com1=115200,8n1 console=com1,vga
\end{verbatim}}
\end{quote}