summaryrefslogtreecommitdiffstats
path: root/abs/core/mdadm/mdadm_udev_install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-16 23:55:23 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:04 (GMT)
commit4061895c257e60fa6368b38c4cfd5191f5481a16 (patch)
treecbfda736b226e847f4dbca04eccf58bb4c6726ec /abs/core/mdadm/mdadm_udev_install
parente1709677e5779e035df626feed810bf92085a0c2 (diff)
downloadlinhes_pkgbuild-4061895c257e60fa6368b38c4cfd5191f5481a16.zip
linhes_pkgbuild-4061895c257e60fa6368b38c4cfd5191f5481a16.tar.gz
linhes_pkgbuild-4061895c257e60fa6368b38c4cfd5191f5481a16.tar.bz2
mdadm 3.3
update binary path to /usr/bin refs #961
Diffstat (limited to 'abs/core/mdadm/mdadm_udev_install')
-rw-r--r--abs/core/mdadm/mdadm_udev_install7
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/core/mdadm/mdadm_udev_install b/abs/core/mdadm/mdadm_udev_install
index f6f5de4..c01cbaf 100644
--- a/abs/core/mdadm/mdadm_udev_install
+++ b/abs/core/mdadm/mdadm_udev_install
@@ -9,14 +9,15 @@ build() {
add_file "/etc/mdadm.conf"
fi
- add_binary "mdadm"
- add_file "/usr/lib/udev/rules.d/64-md-raid.rules"
+ add_binary "/usr/bin/mdadm"
+ add_file "/usr/lib/udev/rules.d/63-md-raid-arrays.rules"
+ add_file "/usr/lib/udev/rules.d/64-md-raid-assembly.rules"
}
help() {
cat <<HELPEOF
This hook loads the necessary modules for a RAID array and uses incremental
-assembly via udev at runtime to create the devices. This hook with NOT work
+assembly via udev at runtime to create the devices. This hook will NOT work
without the udev hook included on the image.
HELPEOF
}