Skip to content

Commit 0083dfe

Browse files
committed
manifest-el9-shared: apply dracut fix in postcript
This is a follow-up of [1], we have to apply the dracut fix here as the new dracut release containing the same fix landed in F42 and EL10 repos. More details in [2][3] [1] coreos/fedora-coreos-config#3588 [2] coreos/fedora-coreos-tracker#1937 [3] https://issues.redhat.com/browse/RHEL-87490
1 parent c0a192d commit 0083dfe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

manifest-el9-shared.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@ postprocess:
2121
#!/usr/bin/bash
2222
set -xeuo pipefail
2323
rm /usr/lib/systemd/zram-generator.conf
24+
25+
# We apply part of the patch https://github.com/dracut-ng/dracut-ng/pull/1306
26+
# https://issues.redhat.com/browse/RHEL-87490
27+
# https://github.com/coreos/fedora-coreos-tracker/issues/1937
28+
# The script will start to fail once backported at distgit level signaling to remove it.
29+
- |
30+
#!/usr/bin/env bash
31+
set -xeuo pipefail
32+
sed -i '/^ExecStart=\/usr\/sbin\/mpathconf --enable$/,${s//ExecStart=\/usr\/sbin\/mpathconf --enable --user_friendly_names n/;b};$q1' /usr/lib/dracut/modules.d/90multipath/multipathd-configure.service

0 commit comments

Comments
 (0)