Merge "Fix grub parameter"

This commit is contained in:
Jenkins 2013-10-09 00:31:03 +00:00 committed by Gerrit Code Review
commit 428e362ab9

View File

@ -281,8 +281,8 @@ done
<title>Configure console</title>
<para>In order for <command>nova console-log</command> to work properly on CentOS 6.x,
guests you may need to add the following lines to
<filename>/boot/grub/menu.lst</filename><programlisting>serial unit=0 speed=115200
terminal timeout=10 console serial
<filename>/boot/grub/menu.lst</filename><programlisting>serial --unit=0 --speed=115200
terminal --timeout=10 console serial
# Edit the kernel line to add the console entries
kernel <replaceable>...</replaceable> console=tty0 console=ttyS0,115200n8</programlisting></para>
</simplesect>