Skip to content

Commit 151af20

Browse files
Johan-Liebert1joelcapitao
authored andcommitted
manifest: Remove multipath postprocess script
Now that dracut-ng/dracut-ng#1306 has been ported to RHEL 9.6 https://gitlab.com/redhat/rhel/rpms/dracut/-/commit/b334fab42f34054577aa9025b87b5d5c27378bc7 we can remove our postprocess script Signed-off-by: Pragyan Poudyal <[email protected]>
1 parent 4ac4010 commit 151af20

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

manifest-el9-shared.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,3 @@ 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)