Differences between version 9 and predecessor to the previous major change of HowToUpgradeKernelSource.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 9 | Last edited on Friday, July 7, 2006 6:15:16 am | by AristotlePagaltzis | Revert |
Older page: | version 8 | Last edited on Tuesday, January 25, 2005 9:55:48 pm | by AristotlePagaltzis | Revert |
@@ -1,19 +1 @@
-If you don't want to re-configure your
[Kernel
] from scratch, download and unpack the latest source tarball (ie from http://kernel.org/), copy the <tt>.config</tt> file from the old kernel to the new kernel directory, and run <tt>make oldconfig</tt>. Then run <tt>make menuconfig</tt> to change any options for the new kernel.
-
-To update the symlink:
-
-<pre>
-ls -l /usr/src/linux
-rm /usr/src/linux
-cd /usr/src
-ln -s linux-''version'' linux
-</pre>
-
-DebianLinux users will want to read KernelPackageNotes for information on using make-kpkg(1) to build a [Kernel] [Deb]. If not, they can follow the same steps, using
-
-<pre>
-apt-cache search kernel-source # to find out the latest version
-apt-get kernel-source-''version''
-</pre>
-
-to download the latest source
.
+Describe
[HowToUpgradeKernelSource
] here
.