udev-rules: choose between several firmware upload tools

debian: firmware.agent hotplug.functions
old fedora: firmware.sh
new udev upstream: firmware
master
Harald Hoyer 2010-03-04 13:50:34 +01:00
parent a56e93c10c
commit b686095f99
1 changed files with 3 additions and 1 deletions

View File

@ -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 \