<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5551&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Devuan DVD set production script]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5551</link>
		<description><![CDATA[The most recent posts in Devuan DVD set production script.]]></description>
		<lastBuildDate>Mon, 27 Feb 2023 19:23:19 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Devuan DVD set production script]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41314#p41314</link>
			<description><![CDATA[<p>I just wanted to post an update letting people know that major updates have been made to this script since it was made a few weeks ago, and that it is now compatible with Devuan, Debian, ParrotOS, Kali, Ubuntu, Linux Mint, AND LMDE, as well as Peppermint OS. It is also now capable of having distinct repository components. Furthermore, if you have a local repo, you no longer have to destroy it to build your DVD set, you merely have to have it active in your sources.list. It can also download from the http repositories if you have it set to such. </p><p><strong>BE WARNED: MAKE SURE YOU HAVE ENOUGH DISK SPACE TO BUILD THE DVDS</strong> </p><p>As always, the source can be found on the original post in this thread.</p>]]></description>
			<author><![CDATA[dummy@example.com (MrReplikant)]]></author>
			<pubDate>Mon, 27 Feb 2023 19:23:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41314#p41314</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan DVD set production script]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41078#p41078</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Can you not just use the Debian DVDs? The stock Devuan pinning should keep the <em>init-system-that-shall-not-be-named</em> away, I think.</p></div></blockquote></div><p>For some things. But it would still not allow us the full freedom that Devuan&#039;s package base offers. There are still a lot of packages with a hard dependency on systemd that we recompile, some of which are quality-of-life. Thus, that can be problematic.</p><p>EDIT: Not to mention that a lot of xorg related stuff has new patches done by us in Daedalus, thus there is an increased risk of incompatibility</p>]]></description>
			<author><![CDATA[dummy@example.com (MrReplikant)]]></author>
			<pubDate>Mon, 13 Feb 2023 18:59:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41078#p41078</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan DVD set production script]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41077#p41077</link>
			<description><![CDATA[<p>Can you not just use the Debian DVDs? The stock Devuan pinning should keep the <em>init-system-that-shall-not-be-named</em> away, I think.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 13 Feb 2023 18:28:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41077#p41077</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan DVD set production script]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41074#p41074</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p><a href="https://www.shellcheck.net/" rel="nofollow">https://www.shellcheck.net/</a> raises some issues about your script, you should check that out.</p><p>Pay particular attention to the <span class="bbc">set_dirs()</span> function — parsing the output of <span class="bbc">ls</span> is usually a bad idea:</p><p><a href="https://mywiki.wooledge.org/ParsingLs" rel="nofollow">https://mywiki.wooledge.org/ParsingLs</a></p></div></blockquote></div><p>That assumes there are spaces or other things in the filenames produced by this code, which there are not. Therefore, this is a non-issue. Now, if the behavior of ls starts to change, then we can revisit that particular discussion. But for now, if it works (and it does), I&#039;m not going to touch it. I spent way too long trying to make this script work. </p><p>Also, after looking into the &quot;expr is antiquated&quot; error in shellcheck, this has been rewritten. saved a few bytes, always nice. </p><p>Thank you for giving this a look over. Now I ask: Have you any ideas on how to improve the *system?*. Perhaps as far as feature implementation goes?</p>]]></description>
			<author><![CDATA[dummy@example.com (MrReplikant)]]></author>
			<pubDate>Mon, 13 Feb 2023 14:16:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41074#p41074</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan DVD set production script]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41073#p41073</link>
			<description><![CDATA[<p><a href="https://www.shellcheck.net/" rel="nofollow">https://www.shellcheck.net/</a> raises some issues about your script, you should check that out.</p><p>Pay particular attention to the <span class="bbc">set_dirs()</span> function — parsing the output of <span class="bbc">ls</span> is usually a bad idea:</p><p><a href="https://mywiki.wooledge.org/ParsingLs" rel="nofollow">https://mywiki.wooledge.org/ParsingLs</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 13 Feb 2023 06:43:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41073#p41073</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan DVD set production script]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41071#p41071</link>
			<description><![CDATA[<div class="quotebox"><cite>Dutch_Master wrote:</cite><blockquote><div><p>I see some problems with that. Primary, you&#039;re creating an archive of packages, not necessarily suitable for installation. The Debian DVD&#039;s are, at least DVD 1. Then, as you mentioned, you&#039;re missing the main and contrib sections (which, IMO, can easily be solved by replacing the non-free in the path to {main,contrib,non-free} so the script goes through all 3). I don&#039;t see a way to determine the size of the image in relation to the (optical) media available/requested so prepping it for anything else then a DVD is not gonna work, for now. These might be future updates though, I dunno what you have in the pipeline here <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p></div></blockquote></div><p>It would take very little effort at all to adapt it to other media sizes, a change in a single line in fact. </p><p>But yes, you are right, the installer would not be DVD one. But here is the issue: The Devuan repository is structured differently than the Debian repository, and lacks snapshots. Therefore, point releases of DVDs are impossible. We *can*, however, use package names for each cd on each stable release, and make a script that downloads the latest version (for that release) of that package, and puts it in a DVD ISO. Maybe.</p><p>All I know is, there is just enough difference between the structure of Debian and Devuan that doing it &quot;the debian way&quot; is impossible. Debian-cd has already been tested and proven to be off the table as an option. So we *have* to come up with our own.</p>]]></description>
			<author><![CDATA[dummy@example.com (MrReplikant)]]></author>
			<pubDate>Mon, 13 Feb 2023 01:53:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41071#p41071</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan DVD set production script]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41070#p41070</link>
			<description><![CDATA[<p>I see some problems with that. Primary, you&#039;re creating an archive of packages, not necessarily suitable for installation. The Debian DVD&#039;s are, at least DVD 1. Then, as you mentioned, you&#039;re missing the main and contrib sections (which, IMO, can easily be solved by replacing the non-free in the path to {main,contrib,non-free} so the script goes through all 3). I don&#039;t see a way to determine the size of the image in relation to the (optical) media available/requested so prepping it for anything else then a DVD is not gonna work, for now. These might be future updates though, I dunno what you have in the pipeline here <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Sun, 12 Feb 2023 23:25:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41070#p41070</guid>
		</item>
		<item>
			<title><![CDATA[Devuan DVD set production script]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41068#p41068</link>
			<description><![CDATA[<p>Afternoon,</p><p>I&#039;ve been working on a script to convert a locally produced devuan mirror into a set of DVD isos. The code can be found here: <a href="https://codeberg.org/MrReplikant/Devuan-DVD-Set-Maker" rel="nofollow">https://codeberg.org/MrReplikant/Devuan-DVD-Set-Maker</a></p><p>Some things to note:<br />1. You will need to delete the dists directory after the mirror is made<br />2. The script should be run inside the directory containing &quot;pool&quot;<br />3. This is intended to be used on a single-architecture mirror<br />4. Do only one section at a time. Currently the script is hard-coded to non-free as this is what I was testing with, please make sure to change this to your intended section BEFORE you run the script<br />5. This script can be easily modified to produce Blu-Ray-Disc or Double-Layer-Blu-Ray-Disc sets, as well!<br />6. You will need to install dpkg-dev and genisoimage</p><p>The script is run like this:</p><p>sudo ./makecds &lt;$ARCH&gt;</p><p>This isn&#039;t much, and clearly not the most effective solution to producing a DVD set, but it&#039;s a starting point in our journey to do so. The ultimate goal of this project is to get us to a point where we can offer DVD sets in future releases, bringing us one step closer to parity with Debian. (and also perhaps make a nice compliment to the ARK system someday!)</p>]]></description>
			<author><![CDATA[dummy@example.com (MrReplikant)]]></author>
			<pubDate>Sun, 12 Feb 2023 22:25:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41068#p41068</guid>
		</item>
	</channel>
</rss>
