# vim: set ft=sh: install () { MODULES=" $(checked_modules "drivers/md/*" | grep -v "dm-") " BINARIES="" FILES="" SCRIPT="raid" add_file "/usr/lib/klibc/bin/mdassemble" "/bin/mdassemble" } help () { cat<,,,,dev0,dev1 - for raid arrays with persistent superblocks: md=,dev0,dev1,...,devn Parameters: - = the number of the md device: 0 means md0, 1 means md1, ... - = -1 linear mode, 0 striped mode other modes are only supported with persistent super block - = (raid-0 and raid-1 only): Set the chunk size as 4k << n. - = totally ignored - : e.g. /dev/hda1,/dev/hdc1,/dev/sda1,/dev/sdb1 HELPEOF }