- 论坛徽章:
- 0
|
下载的kernel-2.4.21-15.0.2.EL.src.rpm如何升级kernel?
Please refer README in /usr/src/redhat/SOURCES
BE CARE: read the file carefully, or your linux may NOT boot.
it is something like the following command sequence:
make mrproper
make config or make menuconfig or make xconfig or copy the old config file here , rename to .config and make oldconfig, by this way we keep an old kernel settings.
then:
make bzIamge
make module && make module_install
then copy compiled kernel to directory /boot/,
configure your lilo or grub to work correctly. |
|