]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
install cat for network module
authorHarald Hoyer <harald@redhat.com>
Tue, 2 Jun 2009 11:21:02 +0000 (13:21 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 2 Jun 2009 11:21:16 +0000 (13:21 +0200)
modules.d/40network/install

index 3a06f79a151322fd38e2e190eb7507fd36acea09..d480391354aed6dacb4a65420bebfcefba6adef3 100755 (executable)
@@ -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