From: Harald Hoyer Date: Mon, 30 Jun 2014 09:28:08 +0000 (+0200) Subject: ifcfg: depends on network X-Git-Tag: 038~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1a38e5294b76c60b7614ec29ed56eccc4ed078a;p=thirdparty%2Fdracut.git ifcfg: depends on network --- diff --git a/modules.d/45ifcfg/module-setup.sh b/modules.d/45ifcfg/module-setup.sh index c407f45c0..dadde5a75 100755 --- a/modules.d/45ifcfg/module-setup.sh +++ b/modules.d/45ifcfg/module-setup.sh @@ -10,6 +10,7 @@ check() { # called by dracut depends() { + echo "network" return 0 }