Skip to content

Commit cdbd819

Browse files
committed
Set DIB_BOOTLOADER_USE_SERIAL_CONSOLE to false
Any console=tty0 or console=ttyS0 arguments can cause latency regressions in networking. Setting DIB_BOOTLOADER_USE_SERIAL_CONSOLE to false will prevent any console arguments being added, and will also remove any console arguments from BLS entries. Jira: OSPRH-8037
1 parent 188e3ca commit cdbd819

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

images/edpm-hardened-uefi-centos-9-stream.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333
DIB_MODPROBE_BLACKLIST: 'usb-storage cramfs freevxfs jffs2 hfs hfsplus squashfs udf bluetooth'
3434
DIB_BOOTLOADER_DEFAULT_CMDLINE: 'rd.multipath=default'
3535
DIB_BOOTLOADER_VIRTUAL_TERMINAL: ''
36+
DIB_BOOTLOADER_USE_SERIAL_CONSOLE: 'False'

images/edpm-hardened-uefi-rhel-9.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@
3131
DIB_MODPROBE_BLACKLIST: 'usb-storage cramfs freevxfs jffs2 hfs hfsplus squashfs udf bluetooth'
3232
DIB_BOOTLOADER_DEFAULT_CMDLINE: 'rd.multipath=default'
3333
DIB_BOOTLOADER_VIRTUAL_TERMINAL: ''
34+
DIB_BOOTLOADER_USE_SERIAL_CONSOLE: 'False'

0 commit comments

Comments
 (0)