The Vision


Kernel Compile

Posted in by Michael Lorant on the February 15th, 2006

Enable menuconfig and bootloader in /etc/genkernel.conf

MENUCONFIG=”yes”
BOOTLOADER=”grub”

Genkernel configuration editing.

nano -w /usr/share/genkernel/x86/modules_load
MODULES_DMRAID=”dm-mod dm-mirror raid0 raid1 raid10 raid456″

Build and install the kernel.

genkernel all

Options that need to be enabled in the kernel.

Processor type and features —>
Processor family (Athlon/Duron/K7) —>

Device Drivers –>
Multi-device support (RAID and LVM) —>
RAID-4/RAID-5/RAID-6 mode (CONFIG_MD_RAID456=m)
ATA/ATAPI/MFM/RLL support —>
(10) Max IDE interfaces (CONFIG_IDE_MAX_HWIFS=10)

Comments Off

Comments are closed.