From mboxrd@z Thu Jan 1 00:00:00 1970 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 Message-ID: <20121122235357.CA2FB202AF@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1200432707822945432==" List-Id: --===============1200432707822945432== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Fri Nov 23 00:29:26 2012 +0100 linux-pae: fix baudrate of serial console. commit 9e034218d008fa9ad2b9e4b3bb87717e19066317 Author: Arne Fitzenreiter 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/core= utils 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=3D$_+1 if [ "$(grep "^serial" /boot/grub/grub.conf)" =3D=3D "" ]; then console=3D"" else - console=3D" console=3DttyS0,38400n8" + console=3D" console=3DttyS0,115200n8" fi =20 # @@ -77,3 +77,4 @@ if [ ! "$(grep "^flags.* pae " /proc/cpuinfo)" =3D=3D "" ];= 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 --===============1200432707822945432==--