<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SparkSupport.com Blog &#187; virtualization</title>
	<atom:link href="http://www.sparksupport.com/blog/category/virtualization/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sparksupport.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 09 Sep 2010 05:45:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>virtuozzo ostemplate creation</title>
		<link>http://www.sparksupport.com/blog/virtuozzo-ostemplate-creation</link>
		<comments>http://www.sparksupport.com/blog/virtuozzo-ostemplate-creation#comments</comments>
		<pubDate>Fri, 03 Apr 2009 10:44:53 +0000</pubDate>
		<dc:creator>Shijil T S</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[virtuozzo ostemplate creation]]></category>
		<category><![CDATA[vps virtualization cloud]]></category>
		<category><![CDATA[XEN]]></category>

		<guid isPermaLink="false">http://sparksupport.com/blog/?p=42</guid>
		<description><![CDATA[There might be plenty of reasons why you want to have custom ostemplate
Here is the method you can create it, assuming that you have already installed a ostemplate in your node and its name is centOS
cp -rpf /vz/template/centOS /vz/template/centOScustom
It will take some minutes
now traverse through the directories until you reach the folder named &#8220;default&#8221;
cd /vz/template/centOScustom/5/x86/config/os/default
There [...]]]></description>
			<content:encoded><![CDATA[<p>There might be plenty of reasons why you want to have custom ostemplate</p>
<p>Here is the method you can create it, assuming that you have already installed a ostemplate in your node and its name is centOS</p>
<pre><code>cp -rpf /vz/template/centOS /vz/template/centOScustom</code></pre>
<p>It will take some minutes</p>
<p>now traverse through the directories until you reach the folder named &#8220;default&#8221;</p>
<pre><code>cd /vz/template/centOScustom/5/x86/config/os/default</code></pre>
<p>There you can customize the files</p>
<p>description<br />
distribution<br />
repositories<br />
packages<br />
summary</p>
<p>Now if you issue the command vzpkg list -O</p>
<p>you will see the name centOScustom </p>
<p>Time to create the pkg cache</p>
<pre><code>vzpkg create cache centOScustom-5-x86</code></pre>
<p>This will create a tar file in /vz/template/cache/centOScustom-5-x86.tar.gz</p>
<p>create a vps with our new template</p>
<pre><code>vzctl create 222 --ostemplate centOScustom-5-x86 --ipadd youripaddress </code></pre>
<pre><code> vzctl start 222 </code></pre>
<p>Good to go now..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sparksupport.com/blog/virtuozzo-ostemplate-creation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
