Skip to content

Commit

Permalink
Merge pull request #1094 from cgwalters/make-nvmf-executable
Browse files Browse the repository at this point in the history
common-el9: Make nvmf dracut script executable
  • Loading branch information
openshift-merge-robot authored Dec 12, 2022
2 parents e7b412b + 037edba commit 1cb9a53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions common-el9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ postprocess:
# but we have containers that expect it to be mounted so for now let's continue
# generating it.
ln -sr /usr/share/zoneinfo/UTC /etc/localtime
- |
#!/usr/bin/env bash
set -xeuo pipefail
# Backport https://github.com/dracutdevs/dracut/commit/25a92885a9519701cc480298c2b082e2e2bf5ebe
s=/usr/lib/dracut/modules.d/95nvmf/nvmf-autoconnect.sh
if test -f "$s"; then
chmod a+x "$s"
fi
# Packages that are only for SCOS & RHCOS 9
packages:
Expand Down

0 comments on commit 1cb9a53

Please sign in to comment.