mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 04:22:58 +02:00
serial console: set baudrate to 115200.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user