<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=2105&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / install devuan jessie with debootstrap in graphic mode using Puduan]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2105</link>
		<description><![CDATA[The most recent posts in install devuan jessie with debootstrap in graphic mode using Puduan.]]></description>
		<lastBuildDate>Wed, 30 May 2018 09:27:54 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: install devuan jessie with debootstrap in graphic mode using Puduan]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=9566#p9566</link>
			<description><![CDATA[<div class="codebox"><pre><code>fakechroot fakeroot /usr/sbin/debootstrap --variant=minbase ascii /target/directory</code></pre></div><p>Using fakechroot seems to leave bad symlinks though so either skip fakechroot and obviously also fakeroot and run debootstrap as root or fix them afterwards with something like:</p><div class="codebox"><pre><code>for LINK in $( find /target/directory -type l ); do
	LOCAL=&quot;$( readlink &quot;$LINK&quot; | sed &quot;s|^/target/directory||&quot; )&quot;
	rm &quot;$LINK&quot;
	ln -s &quot;$LOCAL&quot; &quot;$LINK&quot;
done</code></pre></div><p>Beware that iirc a system setup in this way doesn&#039;t have grub so you&#039;d need to chroot to /target/directory after mount binding the usual directories and fix that.</p><p>Edit: Removed superflous $ in second code tag leftover from adjusted copy paste.</p>]]></description>
			<author><![CDATA[dummy@example.com (devuser)]]></author>
			<pubDate>Wed, 30 May 2018 09:27:54 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=9566#p9566</guid>
		</item>
		<item>
			<title><![CDATA[install devuan jessie with debootstrap in graphic mode using Puduan]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=9565#p9565</link>
			<description><![CDATA[<p>Hi</p><p>I will only a minimal installation and my installed Devuan jessie did crash as I did clean it (bad operation I did make) and I am really sad to use the Debian installer needing 1/2 hour or more in commando line. If I compare with Nutyx, the script installation of Nutyx is best to build a very minimal system and fast (is the common way of Nutyx to develope a new package in a chroot: you build so the chroot as extra dir in your system building it with the script equivalent from debootstrap but for LFS, precompiled as binaries by Nutyx and offered in a depository).</p><p><a href="https://archive.org/details/Puppy_Linux_Puduan" rel="nofollow">Puduan</a> is able to start a subset from Devuan in Graphic&#160; mode as a relatively recent Puppy linux. But I suppose it does not contain the Puduan debootstrap and it is possible it uses a Puppy linux bash instead of the Debian / Devuan.</p><p>I suppose it is possible to download both,&#160; debootstrap and bash as well as the dependencies of&#160; debootstrap (ar, I don&#039;t know if Puduan uses contains ar) and wget (is usually in each Puppy available)</p><p>- or are today more dependencies to take under consideration? -</p><p>and include them.</p><p>What are the actual commands to start the build of the new system in a supplementary dir?</p>]]></description>
			<author><![CDATA[dummy@example.com (oui)]]></author>
			<pubDate>Wed, 30 May 2018 09:08:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=9565#p9565</guid>
		</item>
	</channel>
</rss>
