tar -zxvf module-init-tools-3.0.tar.gz
cd module-init-tools-3.0
./configure --prefix=/sbin (生成Makefile时,将其配置路径改为/sbin)
make
make install
./generate-modprobe.conf /etc/modprobe.conf
STEP 4:
安装 modutils-2.4.21-23.src.rpm. 你将得到警告消息
用户rusty和组rusty不存在,没关系,你可以继续安装
如果你不继续的话,在安装 Redhat 9/8, 你将会在这一步出错 make modules_install
In /boot
vmlinuz -> vmlinuz-2.6.4-shmily-ye
System.map -> System.map-2.6.4-shmily-ye
initrd-2.6.4-shmily-ye.img
/boot/grub/grub.conf 应该自动被更改
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to
default=0
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
title Red Hat Linux (2.6.4-shmily-ye)
root (hd0,1)
kernel /vmlinuz-2.6.4-shmily-ye ro root=LABEL=/
initrd /initrd-2.6.4-shmily-ye.img