|
楼主 |
发表于 2004-12-14 15:41:34
|
显示全部楼层
我的编译选项如下
Linux Kernel v2.6.9 Configuration
qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq
lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq Multi-device support (RAID and LVM) qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk
x Arrow keys navigate the menu. <Enter> selects submenus --->. Highlighted letters are hotkeys. Pressing <Y> x
x includes, <N> excludes, <M> modularizes features. Press <Esc><Esc> to exit, <?> for Help, </> for Search. x
x Legend: built-in [ ] excluded <M> module < > module capable x
x x
x lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk x
x x Multiple devices driver support (RAID and LVM) x x
x x <*> RAID support x x
x x <*> Linear (append) mode x x
x x <*> RAID-0 (striping) mode x x
x x <M> RAID-1 (mirroring) mode x x
x x < > RAID-10 (mirrored striping) mode (EXPERIMENTAL) (NEW) x x
x x <M> RAID-4/RAID-5 mode x x
x x < > RAID-6 mode (EXPERIMENTAL) (NEW) x x
x x <M> Multipath I/O support x x
x x < > Device mapper support
我的make modules_install install出错信息如下:
[root@abcd linux-2.6.9]# make modules_install install
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.9; fi
CHK include/linux/version.h
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
Kernel: arch/i386/boot/bzImage is ready
sh /usr/src/linux-2.6.9/arch/i386/boot/install.sh 2.6.9 arch/i386/boot/bzImage System.map ""
No module raid0 found for kernel 2.6.9, aborting.
mkinitrd failed
make[1]: *** [install] Error 1
make: *** [install] Error 2 |
|