]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
udev-rules: choose between several firmware upload tools
authorHarald Hoyer <harald@redhat.com>
Thu, 4 Mar 2010 12:50:34 +0000 (13:50 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 4 Mar 2010 13:06:47 +0000 (14:06 +0100)
debian: firmware.agent hotplug.functions
old fedora: firmware.sh
new udev upstream: firmware

modules.d/95udev-rules/install

index b903a4170bf0ed8f47460e81dac6ce4c8cbeb0c4..cd6171adfcf8f4824aa00b5674d71472ea116715 100755 (executable)
@@ -15,7 +15,6 @@ 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
@@ -32,6 +31,9 @@ cdrom_id \
 create_floppy_devices \
 edd_id \
 firmware.sh \
+firmware \
+firmware.agent \
+hotplug.functions \
 fw_unit_symlinks.sh \
 hid2hci \
 path_id \