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
Task Type Bug Report
Category Installation
Status Closed
Assigned To No-one
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.6 Widget
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

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

Closed by  Judd Vinet (judd)
Monday, 29 March 2004, 23:23 GMT
Reason for closing:  Not a bug
Comment by Judd Vinet (judd) - Monday, 29 March 2004, 23:23 GMT
The stock 2.6 kernel has it compiled in already.

#
# 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

Loading...