Add mdadm requirement to README for Linux software RAID

This commit is contained in:
Curtis Gedak 2009-11-23 12:19:14 -07:00
parent 3b69ff7835
commit cb2bb3ef9b
1 changed files with 4 additions and 1 deletions

5
README
View File

@ -126,6 +126,10 @@ Optional packages include:
blkid is part of the e2fsprogs package.
For Linux software RAID support, the following package is required:
mdadm - tool to administer Linux MD arrays
For dmraid support, the following packages are required:
dmsetup - removes /dev/mapper entries
@ -137,4 +141,3 @@ For GNU/Linux distribution dmraid support, the following are required:
- kernel built with Device Mapping and Mirroring built. From menuconfig,
it is under Device Drivers -> <something> (RAID & LVM).
- dmraid drive arrays activated on boot (e.g., dmraid -ay).