Skip to content

Commit

Permalink
Merge pull request #6157 from M4rtinK/fedora-42-dracut-no-ifcfg
Browse files Browse the repository at this point in the history
dracut: depend on net-lib not ifcfg
  • Loading branch information
KKoukiou authored Feb 18, 2025
2 parents 4c8bbba + 1f74f00 commit 70dad9e
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 70dad9e

Please sign in to comment.