|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的好朋友们!以后情况:
1
2
[root@localhost~]#uname-r
2.6.18-348.el5
设置流程:
1、筹办yum库装置g++gcc
[root@localhost~]#cat/etc/yum.repos.d/rh_5.9.repo
[rhel-server]
name=Redserver
baseurl=file:///misc/cd/Server
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
[root@localhost~]#yum-yinstallgccg++
2、解压装置xz-5.0.5.tar.gz
[root@localhost~]#tar-zxfxz-5.0.5.tar.gz/usr/
[root@localhost~]#cd/usr/
[root@localhost~]#cd/usr/xz-5.0.5/
[root@localhostxz-5.0.5]#./configure--prefix=/usr/local/
[root@localhostxz-5.0.5]#make
[root@localhostxz-5.0.5]#makeinstall
2、考证装置xz-5.0.5.tar.gz是不是乐成
[root@localhostxz-5.0.5]#whichxzcat
/usr/local/bin/xzcat
3、装置linux-2.6.32.61.tar.xz
[root@localhostusr]#cd/root/
[root@localhost~]#unxzlinux-2.6.32.61.tar.xz
[root@localhost~]#tar-xflinux-2.6.32.61.tar-C/usr/
4、把/boot/config-2.6.18-348.el5.config复制到方才解压的地位定名
为"config"加速速率,削减堕落。
[root@localhost~]#cd/usr/
[root@localhostusr]#cp/boot/config-2.6.18-348.el5.config
5、设置
[root@localhostusr]#cdlinux-2.6.32.61/
[root@localhostlinux-2.6.32.61]#makemenuconfig
***Unabletofindthencurseslibrariesorthe
***requiredheaderfiles.
***makemenuconfigrequiresthencurseslibraries.
***
***Installncurses(ncurses-devel)andtryagain.
***
make[1]:***[scripts/kconfig/dochecklxdialog]毛病1
make:***[menuconfig]毛病2
[root@localhostlinux-2.6.32.61]#yum-yinstallncurses-devel//呈现如
上毛病,装置这个包便可
[root@localhostlinux-2.6.32.61]#makemenuconfig
睁开Filesystems--->DOS/FAT/NTFilesystems--->NTFSfilesystemsupport,设为[M]
睁开DeviceDrivers--->IEEE1394(FireWire)supports--->FireWiredriverstack,设为[]
(Exit回车,反复屡次,最初选择yes确认,保留到.config设置文件)//编纂模块,依据自我界说增添和删除
编纂“.config”在末行增加
CONFIG_DEBUG_SECTION_MISMATCH=y//检察更具体输入
CONFIG_SYSFS_DEPRECATED_V2=y//启用新版sysfs路径
上面编译内核工夫较长约莫40分钟,你能够往冲杯offce了
[root@localhostlinux-2.6.32.61]#make//编译内核
[root@localhostlinux-2.6.32.61]#makemodules//编译模块
[root@localhostlinux-2.6.32.61]#makemodules_install//装置内核
不要把makemodules_install写成makemodulesinstall
[root@localhostlmakeinstall
16、启用新内核,修正默许引诱项
[root@localhostlvim/etc/grub.conf
调剂设置文件中的default项,由1改成0,然后重启便可。
[root@localhost~]#uname-r
2.6.32.61
注重:假如内核版本差太多,大概会失利。
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们! |
|