[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

raid support in debian hppa distrib kernels



hi,

why does the debian kernel ship default with

nikita:~# grep "MD" /boot/config-2.4.9-32 
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID5=m

is it possible to support people who want to set up rootraid 
with "FD" partitions without them being forced to recompile the kernel 
with generic raid support?

it is working for me here after i recompiled the 2.4.16 with MD support:

nikita:~# grep "MD" /usr/src/linux/.config
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=y
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
CONFIG_MD_RAID5=y

-- cfdisk snippet --
    sda1        Boot        Primary   Linux/PA-RISC boot                  16.46
    sda2                    Primary   Linux ext2                          24.68
    sda3                    Primary   Linux raid autodetect              246.76
-- snip --

have a nice,

Alex

-- 
pub  1024/05E1A80C 2001/12/16 Alexander Gabert (http://nikita.ath.cx) <pappy@nikita.ath.cx>
          Key fingerprint =  2D 84 B0 CB F5 67 8A 22  8D 37 6E 6B 8A 3B 7F D6  05 E1 A8 0C



Reply to: