From: Arne Fitzenreiter Date: Tue, 17 Jan 2012 19:29:36 +0000 (+0100) Subject: serial console: set baudrate to 115200. X-Git-Tag: v2.11-core56^2~20 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=a6b7619bab60277309da1c2ba1a77708798caebb serial console: set baudrate to 115200. --- diff --git a/config/grub/grub.conf b/config/grub/grub.conf index d71e0c6f66..553b10d42d 100644 --- a/config/grub/grub.conf +++ b/config/grub/grub.conf @@ -5,9 +5,9 @@ background = ffffff #hiddenmenu # *** If you want use serial console comment next line splashimage (hd0,0)/grub/ipfire.xpm.gz -# *** add "console=ttyS0,38400n8" to kernel cmdline, +# *** add "console=ttyS0,115200n8" to kernel cmdline, # *** uncomment following lines and check also inittab -#serial --unit=0 --speed=38400 +#serial --unit=0 --speed=115200 #terminal --timeout=1 serial console title IPFire root (hd0,0) diff --git a/config/rootfiles/core/56/update.sh b/config/rootfiles/core/56/update.sh index 48ba06662e..0b3845cc10 100644 --- a/config/rootfiles/core/56/update.sh +++ b/config/rootfiles/core/56/update.sh @@ -39,6 +39,11 @@ done #Extract files extract_files +# +#Edit baudrate in grub.conf and inittab +sed -i -e "s|38400|115200|g" /boot/grub/grub.conf +sed -i -e "s|38400|115200|g" /etc/inittab + # #Start services