<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sid? What is he on about now? &#187; Remastersys</title>
	<atom:link href="http://sidrit.wordpress.com/tag/remastersys/feed/" rel="self" type="application/rss+xml" />
	<link>http://sidrit.wordpress.com</link>
	<description>The Almost-Daily Issue</description>
	<lastBuildDate>Fri, 23 Jan 2009 14:28:26 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sidrit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/f5c4786753302ab3b2733320c76230af?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Sid? What is he on about now? &#187; Remastersys</title>
		<link>http://sidrit.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sidrit.wordpress.com/osd.xml" title="Sid? What is he on about now?" />
		<item>
		<title>Custom made Ubuntu system image</title>
		<link>http://sidrit.wordpress.com/2008/07/01/custom-made-ubuntu-system-image/</link>
		<comments>http://sidrit.wordpress.com/2008/07/01/custom-made-ubuntu-system-image/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 14:22:30 +0000</pubDate>
		<dc:creator>Sidrit Trandafili</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Remastersys]]></category>
		<category><![CDATA[Restore]]></category>
		<category><![CDATA[Splurge]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://sidrit.wordpress.com/?p=16</guid>
		<description><![CDATA[In one of the previous post i described how to get the Atheros wifi card of a Acer Aspire 5315 to run correctly under Ubuntu Hardy Heron 8.04.
That was the biggest issue and got resolved, plus i also noticed that Ubuntu was running like a charm on these machines. So why not wipe out the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=16&subd=sidrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In one of the previous post i described how to get the Atheros wifi card of a Acer Aspire 5315 to run<iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2FCustom_made_Ubuntu_system_image' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe> correctly under Ubuntu Hardy Heron 8.04.</p>
<p>That was the biggest issue and got resolved, plus i also noticed that Ubuntu was running like a charm on these machines. So why not wipe out the whole Linpus installation ? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Redid the whole process altogether with the ndiswrapper procedure. Got Skype and aMsn to correctly work with sound and video from the builtin webcam. So it&#8217;s all peaches. The only thing is that i have to do this procedure for all laptops now.</p>
<p><span id="more-16"></span><br />
In the past, throughout a friends recommendation i was using <a href="http://www.mondorescue.org/docs/mondoarchive.8.html">Mondoarchive/Mondorestore</a> to backup systems.<br />
Fact is though, that is was always able to unzip these iso&#8217;s within the OS but never able to do a full system restore from the boot on.</p>
<p>During the research for another solution, i came across <a href="http://www.remastersys.klikit-linux.com/">Remastersys</a>.<br />
Tiny little application with a bunch of features to backup and restore your current installation, make live cd&#8217;s based on your filesystem and other tricks of this nature.</p>
<p>To get it running edit your /etc/apt/sources.lst file and add the following to the bottom:</p>
<p><code><br />
deb http://www.remastersys.klikit-linux.com/repository remastersys/<br />
</code></p>
<p>Save and close. Update the sources and install the package:</p>
<p><code><br />
sudo apt-get update<br />
sudo apt-get install remastersys<br />
</code></p>
<p>Here&#8217;s a snippet from the remastersys manpage:</p>
<p><code><br />
SYNOPSIS<br />
       remastersys backup|clean|dist [cdfs|iso] [filename.iso]<br />
       remastersys backup<br />
       remastersys clean<br />
       remastersys dist</p>
<p>   OPTIONS<br />
       backup Makes a complete system backup including the user folders.<br />
       clean  Cleans the temporary build directory.<br />
       dist   Makes system backup minus the user folders.</code></p>
<p>So basically, what i needed to back this system up was :</p>
<p><code>sudo remastersys dist</code></p>
<p>This creates customdist.iso image in /home/remastersys/remastersys.<br />
After checking and burning the image, </p>
<p><code>sudo remastersys clean</code></p>
<p>to clean up all temporary files.</p>
<p>Boot up this newly burned cd and Ubuntu will be installed with all the specs of the backed up system.<br />
Including installed software, drivers, configurations and so on.<br />
The only thing that is not part of this backup are useraccounts.</p>
<p>Even with the last little detail, for me this was the most smooth working solution in found.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sidrit.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sidrit.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sidrit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sidrit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sidrit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sidrit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sidrit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sidrit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sidrit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sidrit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sidrit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sidrit.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=16&subd=sidrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sidrit.wordpress.com/2008/07/01/custom-made-ubuntu-system-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sidrit Trandafili</media:title>
		</media:content>
	</item>
	</channel>
</rss>