]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
linux-pae: fix baudrate of serial console.
authorArne Fitzenreiter <Arne_F@ipfire.org>
Thu, 22 Nov 2012 23:29:26 +0000 (00:29 +0100)
committerArne Fitzenreiter <Arne_F@ipfire.org>
Thu, 22 Nov 2012 23:29:26 +0000 (00:29 +0100)
src/paks/linux-pae/install.sh

index 915b2f0ba8a8a8bf887dba2f2edd8faefbbdb8e1..59e17bfecf404cfee50a37063cde7be105a16d3c 100644 (file)
@@ -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