]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
network/module-setup.sh: instmods af_packet
authorHarald Hoyer <harald@redhat.com>
Wed, 25 Jul 2012 12:56:08 +0000 (14:56 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 25 Jul 2012 12:56:29 +0000 (14:56 +0200)
modules.d/40network/module-setup.sh

index c69d81a3861a88b288f1cfd5551da241e040d076..0ffdd072a3d919504c2694c69400321629679e24 100755 (executable)
@@ -73,6 +73,7 @@ installkernel() {
     instmods bonding
     # vlan
     instmods 8021q
+    instmods af_packet
 }
 
 install() {