Differences between version 9 and revision by previous author of HowToUpgradeKernelSource.
Other diffs: Previous Major Revision, Previous Revision, 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 7 | Last edited on Wednesday, June 30, 2004 6:18:54 am | by MattWolf | Revert |
@@ -1,28 +1 @@
-!!Upgrading the Kernel Source very-mini-howto
.
-
-Designed to answer the problem of "But I don't want to re-configure my kernel from scratch!"
-
-# Download the latest kernel or upgrade from http://kernel.org/
-# Install the new kernel source
-# 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
-
-----
-
-To update the symlink:
-
-# ls -l /usr/src/linux
-# rm /usr/src/linux
-# cd /usr/src
-# ln -s linux-NEW_KERNEL_VERSION linux
-
-----
-
-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
-
-----
+Describe [HowToUpgradeKernelSource] here
.