Browse Source

install cat for network module

master
Harald Hoyer 16 years ago
parent
commit
4332e5f71f
  1. 2
      modules.d/40network/install

2
modules.d/40network/install

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
#!/bin/bash
dracut_install ip dhclient hostname
dracut_install ip dhclient hostname cat
# Include wired net drivers, excluding wireless
for modname in `find "/lib/modules/$kernel/kernel/drivers" -name '*.ko'`; do
if nm -uPA $modname | grep -q eth_type_trans; then

Loading…
Cancel
Save