Skip to content

Commit

Permalink
dracut: depend on net-lib not ifcfg
Browse files Browse the repository at this point in the history
ifcfg is gone in dracut-ng 204. Looking at the module and its
history, I'm pretty sure we don't actually use anything from the
ifcfg module any more. anaconda-ifcfg.sh only uses save_netinfo,
which is in net-lib. So let's turn the ifcfg dep into a net-lib
dep instead.

If I missed anything and we really are still relying on the ifcfg
module then we need to fix that, since it's gone now.

Signed-off-by: Adam Williamson <[email protected]>
  • Loading branch information
AdamWill committed Jan 31, 2025
1 parent eb0aca5 commit e7f0a46
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 e7f0a46

Please sign in to comment.