Skip to content

Commit e63a243

Browse files
committed
el_script: Optimize serial console if requested
1 parent 76706c9 commit e63a243

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

el_configurator.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,6 +1939,9 @@ if [ "${CONFIGURE_SERIAL_TERMINAL}" != false ]; then
19391939
else
19401940
log_quit "Cannot setup serial console on this system"
19411941
fi
1942+
1943+
log "Optimizing for serial console speed"
1944+
set_conf_value /etc/ssh/sshd_config.d/99-el_configurator.conf "kernel.printk" "4 4 1 7" " "
19421945
fi
19431946

19441947
if [ "${CONFIGURE_TERMINAL_RESIZER}" != false ]; then

0 commit comments

Comments
 (0)