<?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=551&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Make a live-CD with live-sdk]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=551</link>
		<description><![CDATA[The most recent posts in Make a live-CD with live-sdk.]]></description>
		<lastBuildDate>Sun, 14 Feb 2021 13:16:14 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Make a live-CD with live-sdk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27387#p27387</link>
			<description><![CDATA[<p>I will be playing with it some more for chimaera and will post here with any useful updates. </p><p>Another way to make a live iso that tends to be easier is with refractasnapshot. It makes a copy of your installed system and packs it into a bootable live-iso. You could build a system in a VM, and when you get it the way you want it, make the snapshot. It&#039;s in the devuan repo.<br /><a href="https://refracta.org/docs/readme.refractasnapshot.txt" rel="nofollow">https://refracta.org/docs/readme.refractasnapshot.txt</a></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 14 Feb 2021 13:16:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27387#p27387</guid>
		</item>
		<item>
			<title><![CDATA[Re: Make a live-CD with live-sdk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27377#p27377</link>
			<description><![CDATA[<p>Ok fair enough, i should have mentioned i needed to reboot as well and it seems to have messed with programs installed on the actual system as i couldnt get a terminal again and dmenu had no entries. After a reboot everything was back to normal again though. I think it was caused by running build_iso_dist a second time in the same session.</p><p>Anyhow i will put this on the backburner for now until its out of alpha stage.</p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Sun, 14 Feb 2021 00:09:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27377#p27377</guid>
		</item>
		<item>
			<title><![CDATA[Re: Make a live-CD with live-sdk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27371#p27371</link>
			<description><![CDATA[<p>Looks like there&#039;s a mis-match in the directory name and maybe confusion between a function name and a directory. I see<br />custom-packages<br />install-custpackages<br />install-custdebs</p><div class="codebox"><pre><code>#!/bin/sh
cd custom-packages
dpkg -i *_all.deb *_amd64.deb</code></pre></div><div class="codebox"><pre><code> (*) Chrooting to execute &#039;install-custpackages&#039; ...
chmod: cannot access &#039;/home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/install-custpackages&#039;: No such file or directory</code></pre></div><p>I have to go out and can&#039;t poke around in this right now. My build failed on trying to install firmware. And every time the build fails, I have to reboot my computer. I am not a happy camper right now. Maybe later I&#039;ll tar up the version of live-sdk that I&#039;m actually using to build the official isos and you can download it.</p><p>One more item: live-sdk is getting a complete re-write. I don&#039;t know the current status, but I intend to get in on that effort.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 13 Feb 2021 15:29:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27371#p27371</guid>
		</item>
		<item>
			<title><![CDATA[Re: Make a live-CD with live-sdk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27369#p27369</link>
			<description><![CDATA[<p>Ok fixed issue with <span class="bbc">echo &quot;${username}:${userpass} | chpasswd || exit 1</span></p><p>now have issue with custom packages ?</p><div class="codebox"><pre class="vscroll"><code> (*) copying blend-specific debs into /home/user1/live-sdk/extra/custom-packages
&#039;/home/user1/live-sdk/blends/devuan-minimal-live/beowulf//custom_debs/memtest86+_5.01-3_amd64.deb&#039; -&gt; &#039;/home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/extra_packages/memtest86+_5.01-3_amd64.deb&#039;
&#039;/home/user1/live-sdk/blends/devuan-minimal-live/beowulf//custom_debs/memtest86+_5.01-3_i386.deb&#039; -&gt; &#039;/home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/extra_packages/memtest86+_5.01-3_i386.deb&#039;
&#039;/home/user1/live-sdk/blends/devuan-minimal-live/beowulf//custom_debs/setnet_0.4+devuan1_all.deb&#039; -&gt; &#039;/home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/extra_packages/setnet_0.4+devuan1_all.deb&#039;
#!/bin/sh
cd custom-packages
dpkg -i *_all.deb *_amd64.deb
apt-get -f install
cd - &gt;/dev/null
rm -rf custom-packages
  .  mounted sys
  .  mounted proc
  .  mounted dev
  .  mounted devpts
 (*) Chrooting to execute &#039;dpkgdivert&#039; ...
+ exec
Adding &#039;local diversion of /usr/sbin/invoke-rc.d to /usr/sbin/invoke-rc.d.chroot&#039;
sed: can&#039;t read /home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/install-custpackages: No such file or directory
 (*) Chrooting to execute &#039;install-custpackages&#039; ...
chmod: cannot access &#039;/home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/install-custpackages&#039;: No such file or directory
 [E] error in: chroot-script /home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/dpkgdivert
 [W] called in: mounted devpts
 [W] called in: Chrooting to execute &#039;install-custpackages&#039; ...
 [E] error reported, operation aborted.
 [E] error in: chroot-script /home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/dpkgdivert
 [W] called in: mounted devpts
 [W] called in: Chrooting to execute &#039;install-custpackages&#039; ...
 [E] error reported, operation aborted.
 [E] error in: chroot-script /home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/dpkgdivert
 [E] error in: chroot-script /home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/dpkgdivert
 [W] called in: mounted devpts
 [W] called in: Chrooting to execute &#039;install-custpackages&#039; ...</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Sat, 13 Feb 2021 13:50:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27369#p27369</guid>
		</item>
		<item>
			<title><![CDATA[Re: Make a live-CD with live-sdk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27367#p27367</link>
			<description><![CDATA[<p>Thanks, ive left the build alone since posting that and will do the edit to devuan-minimal-live.blend and get back to you.</p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Sat, 13 Feb 2021 13:23:23 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27367#p27367</guid>
		</item>
		<item>
			<title><![CDATA[Re: Make a live-CD with live-sdk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27366#p27366</link>
			<description><![CDATA[<p>Line 40 of blends/devuan-minimal-live/devuan-minimal-live.blend needs closing quotes on the login/password.</p><div class="codebox"><pre><code>echo &quot;${username}:${userpass} | chpasswd || exit 1</code></pre></div><div class="codebox"><pre><code>echo &quot;${username}:${userpass}&quot; | chpasswd || exit 1</code></pre></div><p>Watch out for the arch setting. I found it in live-sdk/config and it&#039;s also in my blend config. Both were set to amd64. It does not work in the blend config file. It must be set in live-sdk/config. I just tested that.</p><p>I don&#039;t have tmp/devuan-amd64-build/bootstrap/ after the build is done. It all gets wrapped up in stage3 and stage4 tarballs. Unpacking the tarballs does not restore the bootstrap dir.</p><p>FWIW, I ran this version of the live-sdk yesterday and made a desktop-live iso that works. I&#039;m running a minimal-live build now, after adding the missing quote. Will be back soon with results.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 13 Feb 2021 13:11:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27366#p27366</guid>
		</item>
		<item>
			<title><![CDATA[Re: Make a live-CD with live-sdk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27354#p27354</link>
			<description><![CDATA[<p>Hi fsmithred, thanks for that. Im using the version listed in the devuan git repo.</p><p>so ive run another build_iso_dist and added my packages to the devuan-minimal-live blend extra_packages with arch edit you suggested <span class="bbc">(arch=&quot;amd64&quot; in blends/devuan-minimal-live/config)</span>, see here for this config <a href="https://pastebin.com/raw/xucLLkPc" rel="nofollow">https://pastebin.com/raw/xucLLkPc</a> . </p><p>See here for the<span class="bbc"> live-sdk/blends/devuan-minimal-live/beowulf</span> config <a href="https://pastebin.com/raw/05KEnxMN" rel="nofollow">https://pastebin.com/raw/05KEnxMN</a>, these are all that i have edited throughout this and it seems to have downloaded and installed all the required package sets.</p><p>Ive got to this point but have run into an error im unsure how to fix?</p><div class="codebox"><pre class="vscroll"><code> (*) Chrooting to execute &#039;dpkgdivert&#039; ...
+ exec
Removing &#039;local diversion of /usr/sbin/invoke-rc.d to /usr/sbin/invoke-rc.d.chroot&#039;
  .  umounted devpts
  .  umounted dev
  .  umounted proc
  .  umounted sys
 (*) Creating bootstrap cpio archive: /home/user1/live-sdk/tmp/bootstrap-devuan-amd64-stage4.cpio.gz
  .  Abandon all hope, ye who enter here
4047938 blocks
 (*) executing devuan-minimal-live preinst
  .  mounted sys
  .  mounted proc
  .  mounted dev
  .  mounted devpts
 (*) Chrooting to execute &#039;dpkgdivert&#039; ...
+ exec
Adding &#039;local diversion of /usr/sbin/invoke-rc.d to /usr/sbin/invoke-rc.d.chroot&#039;
 (*) Chrooting to execute &#039;add-user&#039; ...
+ exec
 [E] error in: chroot-script /home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/dpkgdivert
 [W] called in: mounted devpts
 [W] called in: Chrooting to execute &#039;add-user&#039; ...
 [E] error reported, operation aborted.
 [E] error in: chroot-script /home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/dpkgdivert
 [W] called in: mounted devpts
 [W] called in: Chrooting to execute &#039;add-user&#039; ...
 [E] error reported, operation aborted.
 [E] error in: chroot-script /home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/dpkgdivert
 [E] error in: chroot-script /home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/dpkgdivert
 [W] called in: mounted devpts
 [W] called in: Chrooting to execute &#039;add-user&#039; ...</code></pre></div><p>there is no dpkgdivert to be called in <span class="bbc">/home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/dpkgdivert</span></p><p>the add-user.log says this in <span class="bbc">/home/user1/live-sdk/tmp/devuan-amd64-build/bootstrap/</span>?</p><div class="codebox"><pre><code>+ export LANG=C
+ export LC_ALL=C
+ export DEBIAN_FRONTEND=noninteractive
+ useradd -s /bin/bash -m devuan
/add-user: 8: /add-user: Syntax error: Unterminated quoted string</code></pre></div><p>So the add-user error is just missing the quotes around echo &quot;devuan:devuan i presume ?</p><div class="codebox"><pre><code>#!/bin/sh
set -x ; exec 2&gt;/add-user.log
export LANG=C
export LC_ALL=C
export DEBIAN_FRONTEND=noninteractive
useradd -s /bin/bash -m &quot;devuan&quot; || exit 1
echo &quot;devuan:devuan | chpasswd || exit 1</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Sat, 13 Feb 2021 01:56:20 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27354#p27354</guid>
		</item>
		<item>
			<title><![CDATA[Re: Make a live-CD with live-sdk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27346#p27346</link>
			<description><![CDATA[<p>Without a blend, you could adjust the package lists in lib/libdevuansdk/config but you&#039;re better off creating a blend. It gives you more control. This is the file:<br /><a href="https://github.com/parazyd/libdevuansdk/blob/7eb4f578833f4b093e224633176a12a214dec300/config" rel="nofollow">https://github.com/parazyd/libdevuansdk … 300/config</a></p><p>For the package sets, edit where the sets are defined to add or comment/remove packages, and you can exclude whole sets in the stanza you posted that shows which sets to include by commenting them out.</p><p>I&#039;m not sure what commands to use on the version you&#039;re running. I&#039;ve been using an older version to build isos. Changes were made since I last interacted with the git repo (on git.devuan.org). And I&#039;ve had some trouble using the newer version. However, I can reproduce your error with the new version.</p><p>You need to define the arch in your blend config file instead of on the command line. So put<br />arch=&quot;amd64&quot;<br />or<br />arch=&quot;i386&quot;<br />in blends/devuan-minimal-live/config</p><p>and use these commands (as root):</p><div class="codebox"><pre><code>zsh -f
source sdk
load devuan devuan-minimal-live
build_iso_dist</code></pre></div><p>One more thing. If you build for i386 you might want to look in lib/libdevuansdk/zlibs/kernel if you want to change it from plain 686 kernel to the 686-pae kernel.</p><p>Here&#039;s the one on devuan&#039;s git: <a href="https://git.devuan.org/devuan-sdk/live-sdk" rel="nofollow">https://git.devuan.org/devuan-sdk/live-sdk</a></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 12 Feb 2021 21:52:36 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27346#p27346</guid>
		</item>
		<item>
			<title><![CDATA[Re: Make a live-CD with live-sdk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27335#p27335</link>
			<description><![CDATA[<p>also on the latest version of live-sdk i tried the blend &quot;devuan-minimal-live&quot; and it built fine except i had these issues. </p><p>No blend specified but built iso with most of the packages from the blend except for the extra packages list, am i missing a command here or something else ?</p><div class="codebox"><pre><code>~ $ cd live-sdk/
~/live-sdk $ zsh -f
laptop% source sdk
 (*) live-sdk 1.0 loaded
livesdk@laptop  % load devuan amd64 devuan-minimal-live
  .  libdevuansdk v2.0 loaded
  .  No blend specified
livesdk@laptop  %</code></pre></div><p><a href="https://github.com/parazyd/live-sdk" rel="nofollow">https://github.com/parazyd/live-sdk</a></p><p>oops never mind seems you need to specify the sets here in the blend config?</p><div class="codebox"><pre><code>### now we include all the package sets
base_packages+=(
        $minimal_base_packages
        $minimal_admin_packages
        $minimal_editors_packages
        $minimal_net_packages
        $minimal_prod_packages
        $minimal_devel_packages
        $minimal_games_packages
        $minimal_a11y_packages
        $minimal_media_packages
        $minimal_misc_packages
)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Fri, 12 Feb 2021 13:08:35 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27335#p27335</guid>
		</item>
		<item>
			<title><![CDATA[Re: Make a live-CD with live-sdk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=27334#p27334</link>
			<description><![CDATA[<p>with the creating a live iso without a blend, can you add packages to this area? Id like to add Xorg and video drivers and some others?</p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Fri, 12 Feb 2021 12:21:07 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=27334#p27334</guid>
		</item>
		<item>
			<title><![CDATA[Re: Make a live-CD with live-sdk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18468#p18468</link>
			<description><![CDATA[<p>thanks fsmithred, much appreciated.</p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Tue, 12 Nov 2019 09:26:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18468#p18468</guid>
		</item>
		<item>
			<title><![CDATA[Re: Make a live-CD with live-sdk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18466#p18466</link>
			<description><![CDATA[<p>I&#039;m also building ascii/beowulf iso&#039;s with the lve-sdk. The ascii images just work. The ascii iso&#039;s run live and are installable uefi/bios. The beowulf iso&#039;s also run live, but the install doesn&#039;t finish, it stops right after the partitioning trying to install all the packages. The live-installer is where it stops, not sure what the problem is with it. Hopefully it&#039;ll work closer to beowulf release.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ozi)]]></author>
			<pubDate>Tue, 12 Nov 2019 07:40:10 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18466#p18466</guid>
		</item>
		<item>
			<title><![CDATA[Re: Make a live-CD with live-sdk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18460#p18460</link>
			<description><![CDATA[<p>I&#039;m building beowulf isos with live-sdk without much trouble. I had to adjust a few things, and some of the adjustments are temporary. I don&#039;t want to push those changes to git until the temporary issues are solved. Meanwhile, here are the configs and blend file I&#039;m using right now:<br /><a href="http://distro.ibiblio.org/refracta/files/blends/beowulf-blend.tar.gz" rel="nofollow">http://distro.ibiblio.org/refracta/file … end.tar.gz</a></p><p>Make a beowulf directory like the ascii directory here: <a href="https://git.devuan.org/sdk/live-sdk/tree/master/blends/devuan-desktop-live" rel="nofollow">https://git.devuan.org/sdk/live-sdk/tre … sktop-live</a><br />Replace devuan-desktop-live/config with config from the tarball. Replace the .blend file with the one in the tarball.<br />Copy config.beo from the tarball to beowulf/config</p><p>Or just compare the changes from the ascii files to the beowulf ones and use that as a guideline for modifying your own configs.</p><p>CAVEAT: I haven&#039;t looked at the instructions at the beginning of this thead in a long time. Some details have changed. If you follow the install directions on the git repo, it should work with minimal effort. <a href="https://git.devuan.org/sdk/live-sdk" rel="nofollow">https://git.devuan.org/sdk/live-sdk</a><br />(I have done that recently.)</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 11 Nov 2019 15:10:13 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18460#p18460</guid>
		</item>
		<item>
			<title><![CDATA[Re: Make a live-CD with live-sdk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=18457#p18457</link>
			<description><![CDATA[<p>Sorry to bump this thread but i was wondering if it would be safe to create blend for beowulf testing or would it it fail?</p><p>I read from page one that (old instructions) &quot;Special instructions for ascii (testing)&quot;&#160; Add to the blend config file:</p><div class="codebox"><pre><code>release=&quot;ascii&quot;</code></pre></div><p>Would you just add beowulf ? and is that all that needs to be done to get packages pulled in from testing?</p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Mon, 11 Nov 2019 07:48:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=18457#p18457</guid>
		</item>
		<item>
			<title><![CDATA[Re: Make a live-CD with live-sdk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=8057#p8057</link>
			<description><![CDATA[<p>I dig a bit deeper: a bunch of issues comes from moved git repositories, tor-browser updated, abiword &amp; awesome beeing not installabe (why ever). With these changes to the heads config I can at least build an iso:</p><div class="codebox"><pre class="vscroll"><code>$ diff config.original config
27c27
&lt; gtomb_url=&quot;git://git.parazyd.cf/gtomb.git&quot;
---
&gt; gtomb_url=&quot;https://git.parazyd.org/gtomb&quot;
35c35
&lt; musl_version=&quot;v1.1.18&quot;
---
&gt; musl_version=&quot;v1.1.19&quot;
38c38,39
&lt; tbb_version=&quot;7.0.11&quot;
---
&gt; tbb_url=&quot;https://dist.torproject.org/torbrowser/&quot;
&gt; tbb_version=$(curl -s &quot;$tbb_url&quot;|sed -n &#039;s#^.*&gt;\([0-9.]*\)/&lt;.*$#\1#p&#039;|tail -n 1)
43c44,50
&lt; tbb_url=&quot;https://www.torproject.org/dist/torbrowser/${tbb_version}/tor-browser-linux${aa}-${tbb_version}_en-US.tar.xz&quot;
---
&gt; tbb_url=&quot;$tbb_url/${tbb_version}/tor-browser-linux${aa}-${tbb_version}_en-US.tar.xz&quot;
&gt; 
&gt; base_packages+=(
&gt; 	build-essential
&gt; 	bc
&gt; 	gpgv-static
&gt; )
45a53,56
&gt; 	joe
&gt; 	bash-completion
&gt; 	gpgv-static
&gt; 
52d62
&lt; 	awesome
109,110c119
&lt; 	abiword
&lt; 	abiword-plugin-grammar
---
&gt; </code></pre></div><p>Now some things still silently fail. There is an messge in the console ouput somewhere, that initrd was not found, but no entry in any logfile can be found. The resulting iso cannot boot without initrd. </p><p>These are the 2 blocks from console output that contain error messages:</p><div class="codebox"><pre class="vscroll"><code>cd /home/entwicklung/security/heads/build-system/initramfs/build/bin &amp;&amp; /bin/busybox --install -s .
wget -c https://deb.debian.org/debian/pool/main/g/gnupg2/gpgv-static_2.2.3-1_amd64.deb
--2018-03-21 09:55:26--  https://deb.debian.org/debian/pool/main/g/gnupg2/gpgv-static_2.2.3-1_amd64.deb
Resolving deb.debian.org (deb.debian.org)... 5.153.231.4, 130.89.148.14, 149.20.4.15, ...
Connecting to deb.debian.org (deb.debian.org)|5.153.231.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://cdn-aws.deb.debian.org/debian/pool/main/g/gnupg2/gpgv-static_2.2.3-1_amd64.deb [following]
--2018-03-21 09:55:27--  https://cdn-aws.deb.debian.org/debian/pool/main/g/gnupg2/gpgv-static_2.2.3-1_amd64.deb
Resolving cdn-aws.deb.debian.org (cdn-aws.deb.debian.org)... 13.32.28.74, 13.32.28.201, 13.32.28.21, ...
Connecting to cdn-aws.deb.debian.org (cdn-aws.deb.debian.org)|13.32.28.74|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-03-21 09:55:27 ERROR 404: Not Found.

Makefile:40: recipe for target &#039;gnupg&#039; failed
make: *** [gnupg] Error 8
 [E] error in: iso_setup_isolinux (override)
 [W] called in: iso_setup_isolinux (override)
 [W] called in: umounted sys
 [W] called in: setting up isolinux
 [E] error reported, operation aborted.
cp: cannot stat &#039;/home/entwicklung/security/heads/build-system/live-sdk/../initramfs/initramfs.cpio.gz&#039;: No such file or directory
 [E] error in: iso_setup_isolinux (override)
 [W] called in: iso_setup_isolinux (override)
 [W] called in: umounted sys
 [W] called in: setting up isolinux
 [E] error reported, operation aborted.
 [D] iso_write_isolinux_cfg (override)
 (*) writing isolinux configuration</code></pre></div><div class="codebox"><pre><code>Cloning into &#039;rootfs-overlay&#039;...
remote: Counting objects: 1352, done.
remote: Total 1352 (delta 0), reused 0 (delta 0), pack-reused 1352
Receiving objects: 100% (1352/1352), 10.86 MiB | 263.00 KiB/s, done.
Resolving deltas: 100% (536/536), done.
mv: cannot move &#039;rootfs-overlay/.git&#039; to &#039;./.git&#039;: Directory not empty
 [E] error in: devprocsys umount /home/entwicklung/security/heads/build-system/live-sdk/tmp/devuan-amd64-build/bootstrap
 [W] called in: devprocsys umount /home/entwicklung/security/heads/build-system/live-sdk/tmp/devuan-amd64-build/bootstrap
 [W] called in: umounted sys
 [W] called in: grabbing rootfs-overlay
 [E] error reported, operation aborted.</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (samhain)]]></author>
			<pubDate>Wed, 21 Mar 2018 09:03:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=8057#p8057</guid>
		</item>
	</channel>
</rss>
