BBS水木清华站∶精华区

发信人: mglow.bbs@bbs.ee.ntu.edu.tw (住在月亮里的恶魔), 看板: Linux 
标  题: Re: Upgrade Kernel to 2.0.27 
发信站: 台大电机 Maxwell 站 (Mon Dec  2 20:10:53 1996) 
转信站: sobee!netnews.ntu!Maxwell 
 
==> 在 bannyleong.bbs@cis.nctu.edu.tw (ba) 的文章中提到: 
   本人现在使用的 kernel 为 2.0.12, 请问如要 patch 到 2.0.27, 
   是否要一级一级的 patch 上去, 即 2.0.12 -> 2.0.13 ->... 还是 
   可以一步的 patch 到 2.0.27 ? 
 
如果是用 'patch' 那就要从 2.0.13 一直做到 2.0.27... 
 
 
------------------ 
You can also upgrade between 2.0.xx releases by patching.  Each 
   patch that is released for 2.0.xx contains only bugfixes.  No 
   new features will be added to the Linux kernel until the 2.1.xx 
   development effort begins.  To install by patching, get all the 
   newer patch files and do 
 
                cd /usr/src 
                gzip -cd patchXX.gz | patch -p0 
 
   (repeat xx for all versions bigger than the version of your current 
   source tree, _in_order_) and you should be ok.  You may want to remove 
   the backup files (xxx~ or xxx.orig), and make sure that there are no 
   failed patches (xxx# or xxx.rej). If there are, either you or me has 
   made a mistake. 
------------- adapted from ./linux-2.0.??/README 

BBS水木清华站∶精华区