文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>To build a new kernel from SRPM

To build a new kernel from SRPM

时间:2006-06-02  来源:rdd

There are two ways to compile a new kernel from .src.rpm   First way: Build the rpm from xxx.src.rpm #rpmbuild --rebuild --target=i686 xxx.src.rpm After finished,you can find the rpm in /usr/src/redhat/RPMS/i686/   Second way: #rpm -Uvh xxx.src.rpm #cd /usr/src/redhat/SPECS #rpmbuild -bp --target=i686 xxx.spec #cd /usr/src/redhat/BUILD/kernel-xxxx/linux-xxxx/ #make menuconfig #make bzImage;make modules;make modules_install;make install #shutdown -r now    
相关阅读 更多 +
排行榜 更多 +
狂热战车

狂热战车

飞行射击 下载
士兵和小鸡

士兵和小鸡

飞行射击 下载
西部枪射击目标

西部枪射击目标

飞行射击 下载