]> git.ipfire.org Git - people/trikolon/ipfire-2.x.git/commitdiff
serial console: set baudrate to 115200.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 17 Jan 2012 19:29:36 +0000 (20:29 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 17 Jan 2012 19:29:36 +0000 (20:29 +0100)
config/grub/grub.conf
config/rootfiles/core/56/update.sh

index d71e0c6f662b33a7a7a244bef0d701653610b2eb..553b10d42d4d8469e7c3e984551393568058381d 100644 (file)
@@ -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)
index 48ba06662e0d1f06d2385118870f427ea17275f5..0b3845cc10f6e448140465a40f6d19da5ff88397 100644 (file)
@@ -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