summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Raymond <kraymond@avencall.com>2012-11-02 15:22:22 +0100
committerKévin Raymond <kraymond@avencall.com>2012-11-02 15:23:10 +0100
commit55890eb77825b48b49ae5569a336438e14df2b90 (patch)
treec1fdd0b6cd99f6dd1fb32f3da5d8ed93e9c37696
parentfc6654107eb6004ab3be582ee95b24a908247240 (diff)
updating the console setting
-rw-r--r--release/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/README b/release/README
index c9e7ad1..9fd9222 100644
--- a/release/README
+++ b/release/README
@@ -69,7 +69,7 @@ XIOH install SOP
For GRUB 2, edit `/etc/default/grub` and define the following variables (replace if any):
GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1"
- GRUB_TERMINAL="serial"
+ GRUB_TERMINAL=serial
GRUB_CMDLINE_LINUX="console=ttyS0,115200n8"
Then, you need to update GRUB with the following command: