Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
|
DetailsAfter 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