Add firmware loading support
authorDaniel Drake <dsd@laptop.org>
Thu, 2 Jul 2009 14:15:47 +0000 (15:15 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 2 Jul 2009 15:13:07 +0000 (17:13 +0200)
modules.d/95udev-rules/install

index 8a3d8e9..f8ea69a 100755 (executable)
@@ -12,6 +12,11 @@ inst_rules 50-udev.rules 95-late.rules
 # ignore some devices in the initrd
 inst_rules "$moddir/01-ignore.rules"
 
+# for firmware loading
+inst_rules 50-firmware.rules
+dracut_install /lib/udev/firmware.sh
+dracut_install cat uname
+
 if [ ! -x /lib/udev/vol_id ]; then
     dracut_install blkid
 fi