From 63a945c1c8d836f4c51fb354189dd160035b0767 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 8 Nov 2012 19:21:19 +0100 Subject: [PATCH] updater: fix baudrate for serial console. --- config/rootfiles/core/65/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/65/update.sh b/config/rootfiles/core/65/update.sh index 0f1d4310ad..e54c329c3d 100644 --- a/config/rootfiles/core/65/update.sh +++ b/config/rootfiles/core/65/update.sh @@ -162,7 +162,7 @@ else sed -i -e "s|splashimage|#splashimage|g" /boot/grub/grub.conf sed -i -e "s|#serial|serial|g" /boot/grub/grub.conf sed -i -e "s|#terminal|terminal|g" /boot/grub/grub.conf - sed -i -e "s| panic=10 | console=ttyS0,38400n8 panic=10 |g" /boot/grub/grub.conf + sed -i -e "s| panic=10 | console=ttyS0,115200n8 panic=10 |g" /boot/grub/grub.conf fi # # Delete old lm-sensor modullist to force search at next boot -- 2.39.5