Penguin

Differences between version 28 and predecessor to the previous major change of KernelNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 28 Last edited on Tuesday, August 22, 2006 9:43:03 pm by CraigBox Revert
Older page: version 27 Last edited on Friday, July 7, 2006 6:15:33 am by AristotlePagaltzis Revert
@@ -18,8 +18,22 @@
 apt-get kernel-source-''version'' 
 </pre> 
  
 to download the latest source. 
+  
+!!! Updating your source tree to the latest version  
+  
+patch-2.6.17 applies against 2.6.16, so if you have 2.6.16.n, you'll have to first remove the 2.6.16.n patch.  
+  
+Use [ketchup|http://kerneltrap.org/node/2976], a Python utility to handle this patching for you.  
+  
+A good command line for NZ users:  
+  
+<pre>  
+ketchup -G -k ftp://ftp.nz.kernel.org/pub/linux/kernel -r 2.6  
+</pre>  
+  
+Only use -G if you trust the mirror!  
  
 !!! Compiler Version 
  
 The [Kernel] can be sensitive to the version of [GCC] in use. F.ex. 2.4 and early 2.6 kernels did not work with [GCC] 3.x. They contained the following snippet in <tt>README</tt>: