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@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@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