mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
20 lines
297 B
Text
20 lines
297 B
Text
![]() |
# vim: set ft=sh:
|
||
|
|
||
|
install ()
|
||
|
{
|
||
|
MODULES=" dm-mod dm-mirror "
|
||
|
BINARIES=""
|
||
|
FILES=""
|
||
|
SCRIPT="dmraid"
|
||
|
|
||
|
add_dir "/dev/mapper"
|
||
|
add_file "/usr/sbin/dmraid.static" "/sbin/dmraid"
|
||
|
}
|
||
|
|
||
|
help ()
|
||
|
{
|
||
|
cat<<HELPEOF
|
||
|
This hook loads the necessary modules for a dmraid root device.
|
||
|
HELPEOF
|
||
|
}
|