<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bwt.com.de/index.php?action=history&amp;feed=atom&amp;title=Custom_Kernels_On_Ubuntu</id>
	<title>Custom Kernels On Ubuntu - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bwt.com.de/index.php?action=history&amp;feed=atom&amp;title=Custom_Kernels_On_Ubuntu"/>
	<link rel="alternate" type="text/html" href="https://wiki.bwt.com.de/index.php?title=Custom_Kernels_On_Ubuntu&amp;action=history"/>
	<updated>2026-05-13T20:58:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.bwt.com.de/index.php?title=Custom_Kernels_On_Ubuntu&amp;diff=134&amp;oldid=prev</id>
		<title>BrainwreckedTech: Initial version of the page</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwt.com.de/index.php?title=Custom_Kernels_On_Ubuntu&amp;diff=134&amp;oldid=prev"/>
		<updated>2014-10-04T12:14:18Z</updated>

		<summary type="html">&lt;p&gt;Initial version of the page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Packages=&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install build-essential git kernel-package fakeroot libncurses5-dev equivs&lt;br /&gt;
&lt;br /&gt;
=Getting the Kernel=&lt;br /&gt;
&lt;br /&gt;
To use the most up-to-date-kernel:&lt;br /&gt;
&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To use a previous version of the kernel, including LTS kernels:&lt;br /&gt;
&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;https://www.kernel.org/pub/linux/kernel/v3.x/linux-${VERSION}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Configuring The Kernel=&lt;br /&gt;
&lt;br /&gt;
 cd linux&lt;br /&gt;
 cp /boot/config-`uname -r` .config&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;yes &amp;#039;&amp;#039; | make oldconfig&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 make menuconfig #optional, for further tweaking&lt;br /&gt;
&lt;br /&gt;
=Compiling=&lt;br /&gt;
&lt;br /&gt;
 make -j[&amp;#039;&amp;#039;n&amp;#039;&amp;#039;] deb-pkg LOCALVERSION=${STRING} KDEB_PKGVERSION=${VERSION} DEBFULLNAME=${NAME} DEBEMAIL=${EMAIL}&lt;br /&gt;
&lt;br /&gt;
=Making A Meta-Package=&lt;br /&gt;
&lt;br /&gt;
 equivs-control ${FILE}&lt;br /&gt;
 nano ${FILE}&lt;br /&gt;
 equivs-build ${FILE}&lt;br /&gt;
&lt;br /&gt;
=Creating A Repo=&lt;br /&gt;
&lt;br /&gt;
 dpkg-scanfiles dists/${CODENAME}/${REPO}/binary-${ARCH} /dev/null | gzip -9c &amp;gt; dists/${CODENAME}/${REPO}/binary-${ARCH}&lt;/div&gt;</summary>
		<author><name>BrainwreckedTech</name></author>
	</entry>
</feed>