* [PATCH][DOC] Fix serial console command line
@ 2007-12-19 15:11 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2007-12-19 15:11 UTC (permalink / raw)
To: xen-devel
Hello,
I wasn't able to have the serial console working because the
documentation was missing "console=com1,vga". Here is a patch.
Samuel
diff -r d9ab9eb2bfee docs/src/user.tex
--- a/docs/src/user.tex Sat Dec 15 18:29:27 2007 +0000
+++ b/docs/src/user.tex Wed Dec 19 15:09:56 2007 +0000
@@ -665,7 +665,7 @@ add a boot option to your GRUB config; e
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}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-19 15:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-19 15:11 [PATCH][DOC] Fix serial console command line Samuel Thibault
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.