Skip to content

Commit ce46873

Browse files
authored
Merge pull request #35 from steveb/OSPRH-8037
Set DIB_BOOTLOADER_USE_SERIAL_CONSOLE to false
2 parents 5c351d6 + cdbd819 commit ce46873

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
DIB_DHCP_TIMEOUT: '60'
3030
DIB_IMAGE_SIZE: '5'
3131
DIB_MODPROBE_BLACKLIST: 'usb-storage cramfs freevxfs jffs2 hfs hfsplus squashfs udf bluetooth'
32-
# TODO remove memtest=0 when this change is available:
33-
# https://review.opendev.org/c/openstack/diskimage-builder/+/884644
34-
DIB_BOOTLOADER_DEFAULT_CMDLINE: 'memtest=0'
32+
DIB_BOOTLOADER_DEFAULT_CMDLINE: 'rd.multipath=default'
3533
DIB_BOOTLOADER_VIRTUAL_TERMINAL: ''
34+
DIB_BOOTLOADER_USE_SERIAL_CONSOLE: 'False'

0 commit comments

Comments
 (0)