From: Andrew Cooper Date: Wed, 28 Aug 2013 10:19:31 +0000 (+0100) Subject: xen/docs: Correct documentation for the conswitch parameter X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6420 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cc29e450d1abd2f8be67208dfb78046885a50cca;p=xen.git xen/docs: Correct documentation for the conswitch parameter Signed-off-by: Andrew Cooper CC: Ian Campbell CC: Ian Jackson --- diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown index 2da29b71b6..56c9729803 100644 --- a/docs/misc/xen-command-line.markdown +++ b/docs/misc/xen-command-line.markdown @@ -281,7 +281,7 @@ Flag to indicate whether all guest console output should be copied into the console ring buffer. ### conswitch -> `= [,x]` +> `= [x]` > Default `conswitch=a` @@ -292,7 +292,8 @@ times. The optional trailing `x` indicates that Xen should not automatically switch the console input to dom0 during boot. Any other value, including omission, causes Xen to automatically switch to the dom0 -console during dom0 boot. +console during dom0 boot. Use `conswitch=ax` to keep the default switch +character, but for xen to keep the console. ### cpu\_type > `= arch_perfmon`