FS#658 - Compiled kernel 2.6.x does not have the /drivers/md/ modules compiled in
Attached to Project:
Arch Linux
Opened by Frederic Soulier (Woollhara) - Monday, 29 March 2004, 19:24 GMT
Opened by Frederic Soulier (Woollhara) - Monday, 29 March 2004, 19:24 GMT
|
Details
After installing Arch Linux from scratch with LVM and the
compiled kernel 2.6.x I was unable to load the module dm-mod
to map the LVM devices properly because they're not compiled
in.
The solution is to get the Kernel 2.6.x source and built a custom version with /drivers/md/ modules (where dm-mod resides) Could we have a Kernel 2.6.x compiled with these drivers as modules? Thanks. |
This task depends upon
#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=y
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
CONFIG_MD_RAID5=y
# CONFIG_MD_RAID6 is not set
CONFIG_MD_MULTIPATH=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=y