We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76706c9 commit e63a243Copy full SHA for e63a243
1 file changed
el_configurator.sh
@@ -1939,6 +1939,9 @@ if [ "${CONFIGURE_SERIAL_TERMINAL}" != false ]; then
1939
else
1940
log_quit "Cannot setup serial console on this system"
1941
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" " "
1945
1946
1947
if [ "${CONFIGURE_TERMINAL_RESIZER}" != false ]; then
0 commit comments