Skip to content

Commit

Permalink
Merge pull request #6155 from M4rtinK/rhel-10-dracut-no-ifcfg
Browse files Browse the repository at this point in the history
dracut: depend on net-lib not ifcfg
  • Loading branch information
rvykydal authored Feb 13, 2025
2 parents e824f07 + 7aa63cf commit 3fe81ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dracut/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ check() {
}

depends() {
echo livenet nfs img-lib convertfs ifcfg
echo livenet nfs img-lib convertfs net-lib
case "$(uname -m)" in
s390*) echo cms ;;
esac
Expand Down

0 comments on commit 3fe81ba

Please sign in to comment.