[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
Hi,
I've pushed receipts for mdadm (RAID setup tool) and cryptsetup (dm-crypt tool, luks version) to the repository. But, in order to use RAID and dm-crypt, these linux multidevice modules need to be added to the kernel config, and a receipt for a "linux-md" package should probably be added. Can these be added?
CONFIG_MD=y
-# CONFIG_BLK_DEV_MD is not set
-# CONFIG_BLK_DEV_DM is not set
+CONFIG_BLK_DEV_MD=m
+CONFIG_MD_LINEAR=m
+CONFIG_MD_RAID0=m
+CONFIG_MD_RAID1=m
+CONFIG_MD_RAID10=m
+CONFIG_MD_RAID456=m
+CONFIG_MD_RAID5_RESHAPE=y
+# CONFIG_MD_MULTIPATH is not set
+# CONFIG_MD_FAULTY is not set
+CONFIG_BLK_DEV_DM=m
+# CONFIG_DM_DEBUG is not set
+CONFIG_DM_CRYPT=m
thx,
-Bill