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.
|
#!/bin/bash |
|
dracut_install dmraid partx |
|
inst "$moddir/dmraid.sh" /sbin/dmraid_scan |
|
inst_rules 64-md-raid.rules |
|
inst_rules "$moddir/61-dmraid-imsm.rules"
|
|
|