From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, next, updated. a6b7619bab60277309da1c2ba1a77708798caebb
Date: Tue, 17 Jan 2012 20:30:33 +0100 [thread overview]
Message-ID: <20120117193034.8BFFD201A1@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2125 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via a6b7619bab60277309da1c2ba1a77708798caebb (commit)
from 269e21c66206f4befdde25ceaec820467ff1cbe3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a6b7619bab60277309da1c2ba1a77708798caebb
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Jan 17 20:29:36 2012 +0100
serial console: set baudrate to 115200.
-----------------------------------------------------------------------
Summary of changes:
config/grub/grub.conf | 4 ++--
config/rootfiles/core/56/update.sh | 5 +++++
2 files changed, 7 insertions(+), 2 deletions(-)
Difference in files:
diff --git a/config/grub/grub.conf b/config/grub/grub.conf
index d71e0c6..553b10d 100644
--- a/config/grub/grub.conf
+++ b/config/grub/grub.conf
@@ -5,9 +5,9 @@ background = ffffff
#hiddenmenu
# *** If you want use serial console comment next line
splashimage (hd0,0)/grub/ipfire.xpm.gz
-# *** add "console=ttyS0,38400n8" to kernel cmdline,
+# *** add "console=ttyS0,115200n8" to kernel cmdline,
# *** uncomment following lines and check also inittab
-#serial --unit=0 --speed=38400
+#serial --unit=0 --speed=115200
#terminal --timeout=1 serial console
title IPFire
root (hd0,0)
diff --git a/config/rootfiles/core/56/update.sh b/config/rootfiles/core/56/update.sh
index 48ba066..0b3845c 100644
--- a/config/rootfiles/core/56/update.sh
+++ b/config/rootfiles/core/56/update.sh
@@ -40,6 +40,11 @@ done
extract_files
#
+#Edit baudrate in grub.conf and inittab
+sed -i -e "s|38400|115200|g" /boot/grub/grub.conf
+sed -i -e "s|38400|115200|g" /etc/inittab
+
+#
#Start services
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2012-01-17 19:30 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=20120117193034.8BFFD201A1@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox