<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.fogproject.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Build_FOG_Core_Kernel</id>
		<title>Build FOG Core Kernel - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.fogproject.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Build_FOG_Core_Kernel"/>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Build_FOG_Core_Kernel&amp;action=history"/>
		<updated>2026-04-19T10:43:44Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Build_FOG_Core_Kernel&amp;diff=5067&amp;oldid=prev</id>
		<title>Nealbarrett: Update kernel version to current 3.1.x release on kernel.org</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Build_FOG_Core_Kernel&amp;diff=5067&amp;oldid=prev"/>
				<updated>2011-12-12T21:34:31Z</updated>
		
		<summary type="html">&lt;p&gt;Update kernel version to current 3.1.x release on kernel.org&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Ubuntu Desktop 11.10 ==&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu update ===&lt;br /&gt;
 &lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get upgrade&lt;br /&gt;
&lt;br /&gt;
=== install all essential package ===&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install build-essential subversion libqt4-dev bison flex gettext texinfo zlib1g-dev uuid-dev&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Download the FOG source ===&lt;br /&gt;
&lt;br /&gt;
 cd ~/Desktop&lt;br /&gt;
 mkdir svn &lt;br /&gt;
 cd svn &lt;br /&gt;
 svn checkout https://freeghost.svn.sourceforge.net/svnroot/freeghost/trunk &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Download Kernel ===&lt;br /&gt;
 &lt;br /&gt;
 cd ..&lt;br /&gt;
 wget http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.1.5.tar.bz2&lt;br /&gt;
 tar -xjvf linux-3.1.5.tar.bz2&lt;br /&gt;
&lt;br /&gt;
=== Copy config to Kernel ===&lt;br /&gt;
&lt;br /&gt;
 cp -rf svn/trunk/kernel/core.config linux-3.1.5/.config&lt;br /&gt;
 cd linux-3.1.5&lt;br /&gt;
&lt;br /&gt;
=== build FOG Core Kernel ===&lt;br /&gt;
 make xconfig&lt;br /&gt;
 make&lt;br /&gt;
 &lt;br /&gt;
 Copy arch/x86/boot/bzImage to your FOG Server /tftpboot/fog/kernel/bzImage&lt;/div&gt;</summary>
		<author><name>Nealbarrett</name></author>	</entry>

	</feed>