]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ifcfg: depends on network
authorHarald Hoyer <harald@redhat.com>
Mon, 30 Jun 2014 09:28:08 +0000 (11:28 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 30 Jun 2014 10:03:12 +0000 (12:03 +0200)
modules.d/45ifcfg/module-setup.sh

index c407f45c0bf3bed6a8ba994fad5829a2de86cffe..dadde5a75eef072fdf4072326152f556e9b5056b 100755 (executable)
@@ -10,6 +10,7 @@ check() {
 
 # called by dracut
 depends() {
+    echo "network"
     return 0
 }