You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
562 B
11 lines
562 B
#!/bin/bash |
|
# FIXME: would be nice if we didn't have to know which rules to grab.... |
|
# ultimately, /lib/initramfs/rules.d or somesuch which includes links/copies |
|
# of the rules we want so that we just copy those in would be best |
|
mkdir -p "$initdir/lib/udev/rules.d" |
|
dracut_install udevd udevadm /lib/udev/*_id |
|
inst_rules 50-udev-default.rules 60-persistent-storage.rules \ |
|
61-persistent-storage-edd.rules 64-device-mapper.rules \ |
|
64-md-raid.rules 80-drivers.rules 95-udev-late.rules |
|
# make udevadm shut up about missing udev.conf |
|
inst /etc/udev/udev.conf |