<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.5" -->
<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/"
	>

<channel>
	<title>blog.entner.net</title>
	<link>http://blog.entner.net</link>
	<description>Linux and other tech stuff...</description>
	<pubDate>Thu, 17 Aug 2006 13:21:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>
	<language>en</language>
			<item>
		<title>How-To Make Ubuntu DVDs Including Main, the Universe and Everything</title>
		<link>http://blog.entner.net/2006/08/16/make-ubuntu-dvds-including-everything/</link>
		<comments>http://blog.entner.net/2006/08/16/make-ubuntu-dvds-including-everything/#comments</comments>
		<pubDate>Wed, 16 Aug 2006 16:24:56 +0000</pubDate>
		<dc:creator>Burt</dc:creator>
		
		<category>Linux</category>

		<guid isPermaLink="false">http://wordpress.entner.net/2006/08/16/make-ubuntu-dvds-including-everything/</guid>
		<description><![CDATA[Quick and Easy
Just download my bash script gen-ubuntu-dvds.sh and start it in a folder with at least 30GB of free space. After some time you have (next to some other stuff) four ISO images of Ubuntu including the repositories main, restricted, universe, and multiverse for ubuntu, ubuntu-security, and ubuntu-updates. To get the latest updates simply [...]]]></description>
			<content:encoded><![CDATA[<h3>Quick and Easy</h3>
<p>Just download my bash script <a href="http://blog.entner.net/wp-content/uploads/2006/08/gen-ubuntu-dvds.sh">gen-ubuntu-dvds.sh</a> and start it in a folder with at least 30GB of free space. After some time you have (next to some other stuff) four ISO images of Ubuntu including the repositories main, restricted, universe, and multiverse for ubuntu, ubuntu-security, and ubuntu-updates. To get the latest updates simply re-run the script. Don&#8217;t worry, only updated packages will be downloaded this time.</p>
<h3>Step by Step</h3>
<p class="googlewrapleft">
<script type="text/javascript"><!--
google_ad_client = "pub-6713129985240904";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text_image";
google_ad_channel ="9837930947";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "336633";
google_color_text = "000000";
google_color_url = "336633";
//--></script><br />
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>Sometimes I need to install Ubuntu on a computer without or with a very low bandwidth connection to the Internet. The major distros come with DVDs including most packages one might need. The Ubuntu DVDs only contain packages supported by Canonical and therefore lots of goodies are missing like ScummVM, Wesnoth or Supertux <img src='http://blog.entner.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Here is a short description how to generate your own set of Ubuntu DVDs including the repositories main, restricted, universe, and multiverse including all updates and security patches. These packages take about 14GB and contain <em>very much</em> of the open source world. They fit on 3 DVDs and one CD.</p>
<p>First you need to set up a local mirror of the Ubuntu repositories. The following command mirrors main, restricted, universe and multiverse from dapper, dapper-security, and dapper-updates. This takes a while, as you are downloading all of Ubuntu.</p>
<p class="script" style="clear:both"><code>$ debmirror --nosource -m --passive --host=archive.ubuntu.com --root=ubuntu/ --method=ftp --progress --dist=dapper,dapper-security,dapper-updates --section=main,restricted,universe,multiverse --arch=i386 ubuntu/ --ignore-release-gpg</code></p>
<p>Then the directory has to be split up in DVD sized chunks and package descriptions for these directories have to be generated.</p>
<p class="script"><code>$ debpartial --nosource --dirprefix=ubuntu --section=main,restricted,universe,multiverse --dist=dapper,dapper-security,dapper-updates --size=DVD ubuntu/ ubuntu-dvds/</code></p>
<p>Using debcopy the newly generated directories for the DVDs are filled with symlinks to the actual packages. Debcopy is included in the package debpartial and has to be extracted first.</p>
<p class="script"><code>$ cp /usr/share/doc/debpartial/examples/debcopy.gz .<br />
$ gunzip debcopy.gz</code></p>
<p class="script"><code>$ ruby debcopy -l ubuntu/ ubuntu-dvds/ubuntu0<br />
$ ruby debcopy -l ubuntu/ ubuntu-dvds/ubuntu1<br />
$ ruby debcopy -l ubuntu/ ubuntu-dvds/ubuntu2<br />
$ ruby debcopy -l ubuntu/ ubuntu-dvds/ubuntu3<br />
</code></p>
<p>And finally the ISO images are generated.</p>
<p class="script"><code>$ mkisofs -f -J -r -V "Ubuntu 6.06.x $(date -I) 1/4" -o ubuntu-6.06.x-$(date -I)-complete-i386-dvd1.iso ubuntu-dvds/ubuntu0<br />
...</code></p>
<p>To burn the images simply browse with Nautilus to the folder and right click the image -> Write to Disk.</p>
<p>Much information has been taken from <a target="_blank" href="http://cargol.net/~ramon/ubuntu-dvd-en">Ramon&#8217;s description</a>. It has been extended to all repositories and distros (-security and -updates).</p>
<p>Feedback is <em>very</em> welcome! Please send me also info about issues you might encounter.
</p>
<!-- Social Bar BEGIN --><p style="padding-top:5px;"><span style="display:block;margin-left:auto;margin-right:auto;text-align:center;"><em>Bookmark to:</em><br /><a target="_blank" href="http://del.icio.us/post?url=http://blog.entner.net/2006/08/16/make-ubuntu-dvds-including-everything/&title=How-To Make Ubuntu DVDs Including Main, the Universe and Everything" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to Del.icio.us"><img src="http://blog.entner.net/wp-content/plugins/social_bar/delicious.png" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to Del.icio.us" alt="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to Del.icio.us" /></a>&nbsp;<a target="_self" href="http://digg.com/submit?phase=2&amp;url=http://blog.entner.net/2006/08/16/make-ubuntu-dvds-including-everything/&title=How-To Make Ubuntu DVDs Including Main, the Universe and Everything" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to digg"><img src="http://blog.entner.net/wp-content/plugins/social_bar/digg.png" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to digg" alt="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to digg" /></a>&nbsp;<a target="_self" href="http://furl.net/storeIt.jsp?t=How-To Make Ubuntu DVDs Including Main, the Universe and Everything&amp;u=http://blog.entner.net/2006/08/16/make-ubuntu-dvds-including-everything/" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to FURL"><img src="http://blog.entner.net/wp-content/plugins/social_bar/furl.png" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to FURL" alt="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to FURL" /></a>&nbsp;<a target="_self" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=How-To Make Ubuntu DVDs Including Main, the Universe and Everything&amp;Description=How-To Make Ubuntu DVDs Including Main, the Universe and Everything&amp;Url=http://blog.entner.net/2006/08/16/make-ubuntu-dvds-including-everything/" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to blinklist"><img src="http://blog.entner.net/wp-content/plugins/social_bar/blinklist.png" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to blinklist" alt="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to blinklist" /></a>&nbsp;<a target="_self" href="http://user.my-tuts.com/tag-tutorial/?url=http://blog.entner.net/2006/08/16/make-ubuntu-dvds-including-everything/&title=How-To Make Ubuntu DVDs Including Main, the Universe and Everything" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to My-Tuts"><img src="http://blog.entner.net/wp-content/plugins/social_bar/mytuts.png" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to My-Tuts" alt="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to My-Tuts" /></a>&nbsp;<a target="_self" href="http://reddit.com/submit?url=http://blog.entner.net/2006/08/16/make-ubuntu-dvds-including-everything/&amp;title=How-To Make Ubuntu DVDs Including Main, the Universe and Everything" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to reddit"><img src="http://blog.entner.net/wp-content/plugins/social_bar/reddit.png" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to reddit" alt="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to reddit" /></a>&nbsp;<a target="_self" href="http://feedmelinks.com/categorize?from=toolbar&op=submit&name=How-To Make Ubuntu DVDs Including Main, the Universe and Everything&url=http://blog.entner.net/2006/08/16/make-ubuntu-dvds-including-everything/&version=0.7" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to Feed Me Links!"><img src="http://blog.entner.net/wp-content/plugins/social_bar/feedmelinks.png" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to Feed Me Links!" alt="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to Feed Me Links!" /></a>&nbsp;<a target="_self" href="http://technorati.com/search/How-To Make Ubuntu DVDs Including Main, the Universe and Everything" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to Technorati"><img src="http://blog.entner.net/wp-content/plugins/social_bar/technorati.png" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to Technorati" alt="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to Technorati" /></a>&nbsp;<a target="_self" href="http://ekstreme.com/socializer/?url=http://blog.entner.net/2006/08/16/make-ubuntu-dvds-including-everything/&title=How-To Make Ubuntu DVDs Including Main, the Universe and Everything" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to Socializer"><img src="http://blog.entner.net/wp-content/plugins/social_bar/socializer.png" title="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to Socializer" alt="Add 'How-To Make Ubuntu DVDs Including Main, the Universe and Everything' to Socializer" /></a>&nbsp;</span></p>
<!-- Social Bar END -->]]></content:encoded>
			<wfw:commentRss>http://blog.entner.net/2006/08/16/make-ubuntu-dvds-including-everything/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://blog.entner.net/2006/07/28/willkommen/</link>
		<comments>http://blog.entner.net/2006/07/28/willkommen/#comments</comments>
		<pubDate>Fri, 28 Jul 2006 08:38:55 +0000</pubDate>
		<dc:creator>Burt</dc:creator>
		
		<category>Various</category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome at the blog of Anna, Sarah, Johanna, and Robert Entner. I guess it will be mostly used by me (Burt) for my techie-stuff.
Bookmark to:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
]]></description>
			<content:encoded><![CDATA[<p>Welcome at the blog of Anna, Sarah, Johanna, and Robert Entner. I guess it will be mostly used by me (Burt) for my techie-stuff.</p>
<!-- Social Bar BEGIN --><p style="padding-top:5px;"><span style="display:block;margin-left:auto;margin-right:auto;text-align:center;"><em>Bookmark to:</em><br /><a target="_blank" href="http://del.icio.us/post?url=http://blog.entner.net/2006/07/28/willkommen/&title=Welcome" title="Add 'Welcome' to Del.icio.us"><img src="http://blog.entner.net/wp-content/plugins/social_bar/delicious.png" title="Add 'Welcome' to Del.icio.us" alt="Add 'Welcome' to Del.icio.us" /></a>&nbsp;<a target="_self" href="http://digg.com/submit?phase=2&amp;url=http://blog.entner.net/2006/07/28/willkommen/&title=Welcome" title="Add 'Welcome' to digg"><img src="http://blog.entner.net/wp-content/plugins/social_bar/digg.png" title="Add 'Welcome' to digg" alt="Add 'Welcome' to digg" /></a>&nbsp;<a target="_self" href="http://furl.net/storeIt.jsp?t=Welcome&amp;u=http://blog.entner.net/2006/07/28/willkommen/" title="Add 'Welcome' to FURL"><img src="http://blog.entner.net/wp-content/plugins/social_bar/furl.png" title="Add 'Welcome' to FURL" alt="Add 'Welcome' to FURL" /></a>&nbsp;<a target="_self" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Welcome&amp;Description=Welcome&amp;Url=http://blog.entner.net/2006/07/28/willkommen/" title="Add 'Welcome' to blinklist"><img src="http://blog.entner.net/wp-content/plugins/social_bar/blinklist.png" title="Add 'Welcome' to blinklist" alt="Add 'Welcome' to blinklist" /></a>&nbsp;<a target="_self" href="http://user.my-tuts.com/tag-tutorial/?url=http://blog.entner.net/2006/07/28/willkommen/&title=Welcome" title="Add 'Welcome' to My-Tuts"><img src="http://blog.entner.net/wp-content/plugins/social_bar/mytuts.png" title="Add 'Welcome' to My-Tuts" alt="Add 'Welcome' to My-Tuts" /></a>&nbsp;<a target="_self" href="http://reddit.com/submit?url=http://blog.entner.net/2006/07/28/willkommen/&amp;title=Welcome" title="Add 'Welcome' to reddit"><img src="http://blog.entner.net/wp-content/plugins/social_bar/reddit.png" title="Add 'Welcome' to reddit" alt="Add 'Welcome' to reddit" /></a>&nbsp;<a target="_self" href="http://feedmelinks.com/categorize?from=toolbar&op=submit&name=Welcome&url=http://blog.entner.net/2006/07/28/willkommen/&version=0.7" title="Add 'Welcome' to Feed Me Links!"><img src="http://blog.entner.net/wp-content/plugins/social_bar/feedmelinks.png" title="Add 'Welcome' to Feed Me Links!" alt="Add 'Welcome' to Feed Me Links!" /></a>&nbsp;<a target="_self" href="http://technorati.com/search/Welcome" title="Add 'Welcome' to Technorati"><img src="http://blog.entner.net/wp-content/plugins/social_bar/technorati.png" title="Add 'Welcome' to Technorati" alt="Add 'Welcome' to Technorati" /></a>&nbsp;<a target="_self" href="http://ekstreme.com/socializer/?url=http://blog.entner.net/2006/07/28/willkommen/&title=Welcome" title="Add 'Welcome' to Socializer"><img src="http://blog.entner.net/wp-content/plugins/social_bar/socializer.png" title="Add 'Welcome' to Socializer" alt="Add 'Welcome' to Socializer" /></a>&nbsp;</span></p>
<!-- Social Bar END -->]]></content:encoded>
			<wfw:commentRss>http://blog.entner.net/2006/07/28/willkommen/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
