Skip to content

Commit 5c351d6

Browse files
authored
Merge pull request #32 from steveb/multipath
Set kernel argument rd.multipath=default
2 parents 781ae7f + d13f2d0 commit 5c351d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@
3131
DIB_DHCP_TIMEOUT: '60'
3232
DIB_IMAGE_SIZE: '5'
3333
DIB_MODPROBE_BLACKLIST: 'usb-storage cramfs freevxfs jffs2 hfs hfsplus squashfs udf bluetooth'
34-
# TODO remove memtest=0 when this change is available:
35-
# https://review.opendev.org/c/openstack/diskimage-builder/+/884644
36-
DIB_BOOTLOADER_DEFAULT_CMDLINE: 'memtest=0'
34+
DIB_BOOTLOADER_DEFAULT_CMDLINE: 'rd.multipath=default'
3735
DIB_BOOTLOADER_VIRTUAL_TERMINAL: ''

0 commit comments

Comments
 (0)