]> 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>
Tue, 29 Jul 2014 10:05:42 +0000 (12:05 +0200)
(cherry picked from commit f1a38e5294b76c60b7614ec29ed56eccc4ed078a)

modules.d/45ifcfg/module-setup.sh

index ce53e5ed508918a258c0e6ac0168bcaf1660ead1..4299fea196749f808f30c075cbad4247bfc99247 100755 (executable)
@@ -8,6 +8,7 @@ check() {
 }
 
 depends() {
+    echo "network"
     return 0
 }