diff --git a/ChangeLog b/ChangeLog index 0a307369..7c721aed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-26 Curtis Gedak + + * README: Updated requirements for dmraid support. + 2009-03-23 Curtis Gedak * src/linux_swap.cc: Maintained label and uuid when resizing swap. diff --git a/README b/README index dba8a817..da2a33fc 100644 --- a/README +++ b/README @@ -133,4 +133,8 @@ For dmraid support, the following packages are required: kpartx - creates /dev/mapper entries such as /dev/mapper/isw_idedecefg_Volume0p1 +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 -> (RAID & LVM). + - dmraid drive arrays activated on boot (e.g., dmraid -ay).