<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.meego.com/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.meego.com/index.php?title=Special:Contributions/Khorben&amp;feed=atom&amp;limit=50&amp;target=Khorben&amp;year=&amp;month=</id>
		<title>MeeGo wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.meego.com/index.php?title=Special:Contributions/Khorben&amp;feed=atom&amp;limit=50&amp;target=Khorben&amp;year=&amp;month="/>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Special:Contributions/Khorben"/>
		<updated>2013-05-19T05:22:36Z</updated>
		<subtitle>From MeeGo wiki</subtitle>
		<generator>MediaWiki 1.16.2</generator>

	<entry>
		<id>http://wiki.meego.com/Talk:Image_Creation_For_Beginners</id>
		<title>Talk:Image Creation For Beginners</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Talk:Image_Creation_For_Beginners"/>
				<updated>2011-02-20T23:34:25Z</updated>
		
		<summary type="html">&lt;p&gt;Khorben: Information about Debian Squeeze&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The link Download the MIC binary rpm for your distro: http://download.meego.com/tools is broken (404).&lt;br /&gt;
&lt;br /&gt;
The link We will use 'default.ks' to create a typical MeeGo image: http://repo.meego.com/trunk/repo/ia32/os/image-config/default.ks is broken (404).&lt;br /&gt;
&lt;br /&gt;
The link The official MeeGo .ks files are here: http://repo.meego.com/trunk/repo/ia32/os/image-config/ is broken (404).&lt;br /&gt;
&lt;br /&gt;
To install the SDK on Debian Squeeze I had a couple issues:&lt;br /&gt;
# the &amp;quot;meego-sdk&amp;quot; package was uninstallable because of a dependency issue&lt;br /&gt;
# the SDK installs into /opt and the recommended partitioning has / too small (about 200MB are required)&lt;br /&gt;
&lt;br /&gt;
The first issue was solved by forward-porting libmpfr1ldbl from Debian Lenny, if you adapt for your setup and actual versions:&lt;br /&gt;
 # echo deb-src http://ftp2.de.debian.org/debian/ lenny main &amp;gt;&amp;gt; /etc/apt/sources.list&lt;br /&gt;
 # apt-get update&lt;br /&gt;
 [...]&lt;br /&gt;
 # apt-get source -b libmpfr1ldbl&lt;br /&gt;
 # dpkg -i libmpfr1ldbl_2.3.1.dfsg.1-2_amd64.deb&lt;br /&gt;
 # apt-get install meego-sdk&lt;br /&gt;
&lt;br /&gt;
The second issue was easily solved with a bind mount:&lt;br /&gt;
 # echo /usr/opt /opt bind defaults,bind 0 0 &amp;gt;&amp;gt; /etc/fstab&lt;br /&gt;
 # mkdir -p /opt /usr/opt&lt;br /&gt;
 # mount /opt&lt;br /&gt;
This has to be done before the previous step if you needed it. Do not forget to move the contents of /opt to /usr/opt if necessary.&lt;/div&gt;</summary>
		<author><name>Khorben</name></author>	</entry>

	</feed>