public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, thirteen, updated. 13008f32712f15fa231b22531585d0d7ef6df740
Date: Fri, 23 Nov 2012 00:53:57 +0100	[thread overview]
Message-ID: <20121122235357.CA2FB202AF@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2169 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, thirteen has been updated
       via  13008f32712f15fa231b22531585d0d7ef6df740 (commit)
       via  9e034218d008fa9ad2b9e4b3bb87717e19066317 (commit)
      from  e1f3cb88a8adc5ee004fb54982c06193374e7102 (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 13008f32712f15fa231b22531585d0d7ef6df740
Author: Arne Fitzenreiter <Arne_F(a)ipfire.org>
Date:   Fri Nov 23 00:29:26 2012 +0100

    linux-pae: fix baudrate of serial console.

commit 9e034218d008fa9ad2b9e4b3bb87717e19066317
Author: Arne Fitzenreiter <Arne_F(a)ipfire.org>
Date:   Thu Nov 22 21:47:10 2012 +0100

    coreutils: fix rootfile.

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/common/coreutils | 2 +-
 src/paks/linux-pae/install.sh     | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

Difference in files:
diff --git a/config/rootfiles/common/coreutils b/config/rootfiles/common/coreutils
index 5b55a3a..c08e228 100644
--- a/config/rootfiles/common/coreutils
+++ b/config/rootfiles/common/coreutils
@@ -1,4 +1,4 @@
-bin/[
+#bin/[
 bin/chgrp
 bin/chmod
 bin/chown
diff --git a/src/paks/linux-pae/install.sh b/src/paks/linux-pae/install.sh
index 915b2f0..59e17bf 100644
--- a/src/paks/linux-pae/install.sh
+++ b/src/paks/linux-pae/install.sh
@@ -48,7 +48,7 @@ let ENTRY=$_+1
 if [ "$(grep "^serial" /boot/grub/grub.conf)" == "" ]; then
 	console=""
 else
-	console=" console=ttyS0,38400n8"
+	console=" console=ttyS0,115200n8"
 fi
 
 #
@@ -77,3 +77,4 @@ if [ ! "$(grep "^flags.* pae " /proc/cpuinfo)" == "" ]; then
 	grub-set-default $ENTRY
 	touch /var/run/need_reboot
 fi
+sync && sync
\ No newline at end of file


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2012-11-22 23:53 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=20121122235357.CA2FB202AF@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