All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH][DOC] Fix serial console command line
Date: Wed, 19 Dec 2007 15:11:12 +0000	[thread overview]
Message-ID: <20071219151112.GI4217@implementation.uk.xensource.com> (raw)

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}

                 reply	other threads:[~2007-12-19 15:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071219151112.GI4217@implementation.uk.xensource.com \
    --to=samuel.thibault@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.