Penguin
Diff: HowToUpgradeKernelSource
EditPageHistoryDiffInfoLikePages

Differences between version 7 and revision by previous author of HowToUpgradeKernelSource.

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

Newer page: version 7 Last edited on Wednesday, June 30, 2004 6:18:54 am by MattWolf Revert
Older page: version 6 Last edited on Wednesday, May 14, 2003 11:16:43 am by DanielLawson Revert
@@ -7,14 +7,22 @@
 # Copy the old kernel .config file to the new kernel directory 
 # Run "make oldconfig" 
 # Run "make menuconfig" to change any options for the new kernel 
  
-Debian users: apt -get kernel -source -(version) - you can find the version with apt-cache search kernel-source.  
-Then, jump in at step 3.  
+---- 
  
-IsomerMadeMeDoThis  
+To update the symlink:  
  
--NickJohnson  
+# ls -l /usr/src/linux  
+# rm /usr/src/linux  
+# cd /usr/src  
+# ln -s linux-NEW_KERNEL_VERSION linux  
  
 ---- 
  
-Alternatively, if you are a debian user , read KernelPackageNotes for information on using make-kpkg to build a kernel .deb 
+Debian users:  
+apt-get kernel-source-(version) - you can find the version with apt-cache search kernel-source.  
+Then , jump in at step 3.  
+  
+Alternatively read KernelPackageNotes for information on using make-kpkg to build a kernel .deb  
+  
+----