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.
8 lines
347 B
8 lines
347 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 |
|
dracut_install /lib/udev/devkit-disks-dm-export /lib/udev/devkit-disks-part-id |
|
|
|
inst_rules 95-devkit-disks.rules |
|
|
|
|