From 13008f32712f15fa231b22531585d0d7ef6df740 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 23 Nov 2012 00:29:26 +0100 Subject: [PATCH] linux-pae: fix baudrate of serial console. --- src/paks/linux-pae/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/paks/linux-pae/install.sh b/src/paks/linux-pae/install.sh index 915b2f0ba8..59e17bfecf 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 -- 2.39.2