<?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=5304&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / New way to install Devuan]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5304</link>
		<description><![CDATA[The most recent posts in New way to install Devuan.]]></description>
		<lastBuildDate>Sat, 29 Oct 2022 16:15:34 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: New way to install Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38113#p38113</link>
			<description><![CDATA[<p>Changes have been merged into Isaac&#039;s repo.</p>]]></description>
			<author><![CDATA[dummy@example.com (spcwingo)]]></author>
			<pubDate>Sat, 29 Oct 2022 16:15:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38113#p38113</guid>
		</item>
		<item>
			<title><![CDATA[Re: New way to install Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38067#p38067</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p><a href="http://deb.devuan.org/devuan/dists/chimaera/main/installer-amd64/current/images/netboot/debian-installer/amd64/" rel="nofollow">http://deb.devuan.org/devuan/dists/chim … ler/amd64/</a></p></div></blockquote></div><p>Thank you! I have edited the code. I&#039;m about to submit a pull request to Isaac. I appreciate your help!</p>]]></description>
			<author><![CDATA[dummy@example.com (spcwingo)]]></author>
			<pubDate>Tue, 25 Oct 2022 17:40:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38067#p38067</guid>
		</item>
		<item>
			<title><![CDATA[Re: New way to install Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38066#p38066</link>
			<description><![CDATA[<p><a href="http://deb.devuan.org/devuan/dists/chimaera/main/installer-amd64/current/images/netboot/debian-installer/amd64/" rel="nofollow">http://deb.devuan.org/devuan/dists/chim … ler/amd64/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 25 Oct 2022 14:14:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38066#p38066</guid>
		</item>
		<item>
			<title><![CDATA[Re: New way to install Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38065#p38065</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Hello, my compliments on your website, it is utterly gorgeous. Consider your style sheet stolen <img src="https://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>NetbootCD looks wonderful, thanks for sharing this.</p><p>I had a quick look through nbscript.sh and I noticed it&#039;s using the main pkgmaster.devuan.org server — it would be much better if you could replace that with the recommended deb.devuan.org redirector. It will save a lot of load on the servers. Thanks in advance.</p><p>Also, have you considered this method of assigning variables from text file contents:</p><div class="codebox"><pre><code>read VARIABLE &lt; /path/to/file</code></pre></div><p>I find this more elegant than the <span class="bbc">VARIABLE=$(cat /path/to/file)</span> used in the script but I suppose tastes differ :-)</p><p>You might want to run the whole script through <a href="https://www.shellcheck.net/" rel="nofollow">https://www.shellcheck.net/</a> because it shows a number of issues.</p><p>Finally did you know that <a href="https://manpages.debian.org/bullseye/whiptail/whiptail.1.en.html" rel="nofollow">whiptail(1)</a> can do almost everything that <span class="bbc">dialog</span> can but it&#039;s much lighter and smaller? I prefer it myself anyway.</p></div></blockquote></div><p>Oh, no...the only thing that I own is the github repository that I forked from Isaac Schemm just to add Devuan to the list of installable distros. Once I added it I initiated a pull request so that my modified version of nbscript.sh could be merged into the official NetbootCD repository.</p><p>Also, I just checked the redirector URL and I couldn&#039;t find the netboot kernel &amp; init anywhere. I found the URL that I used on the &quot;get-devuan&quot; page of the main site under netboot just above the mirror list. If you could point me in the direction of where I might be able to find the PXE kernel &amp; init by using the redirector, I&#039;d be much obliged.</p>]]></description>
			<author><![CDATA[dummy@example.com (spcwingo)]]></author>
			<pubDate>Tue, 25 Oct 2022 12:12:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38065#p38065</guid>
		</item>
		<item>
			<title><![CDATA[Re: New way to install Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38062#p38062</link>
			<description><![CDATA[<p>Hello, my compliments on your website, it is utterly gorgeous. Consider your style sheet stolen <img src="https://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>NetbootCD looks wonderful, thanks for sharing this.</p><p>I had a quick look through nbscript.sh and I noticed it&#039;s using the main pkgmaster.devuan.org server — it would be much better if you could replace that with the recommended deb.devuan.org redirector. It will save a lot of load on the servers. Thanks in advance.</p><p>Also, have you considered this method of assigning variables from text file contents:</p><div class="codebox"><pre><code>read VARIABLE &lt; /path/to/file</code></pre></div><p>I find this more elegant than the <span class="bbc">VARIABLE=$(cat /path/to/file)</span> used in the script but I suppose tastes differ :-)</p><p>You might want to run the whole script through <a href="https://www.shellcheck.net/" rel="nofollow">https://www.shellcheck.net/</a> because it shows a number of issues.</p><p>Finally did you know that <a href="https://manpages.debian.org/bullseye/whiptail/whiptail.1.en.html" rel="nofollow">whiptail(1)</a> can do almost everything that <span class="bbc">dialog</span> can but it&#039;s much lighter and smaller? I prefer it myself anyway.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 24 Oct 2022 16:31:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38062#p38062</guid>
		</item>
		<item>
			<title><![CDATA[New way to install Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38060#p38060</link>
			<description><![CDATA[<p>Hi all! I just wanted to let y&#039;all know that I have added Devuan support to NetbootCD. I&#039;m just waiting on a merge from Isaac so it can be included in the next release. For those that don&#039;t know, NetbootCD is exactly what it sounds like. It&#039;s a single CD image capable of net-installing multiple Linux distros.</p><p><a href="https://www.lakora.us/netbootcd/" rel="nofollow">https://www.lakora.us/netbootcd/</a></p><p>For those that are impatient, you can give it a whirl right now.</p><p><a href="https://github.com/spcwingo/netbootcd-reloaded" rel="nofollow">https://github.com/spcwingo/netbootcd-reloaded</a></p><p>Just download it from the link (or clone with git), and run Build.sh with root privileges to build NetbootCD (it&#039;ll be in the &quot;done&quot; folder). The resulting ISO is a hybrid so it can be burned to an optical disc or written directly to a USB flash drive.</p><p>Y&#039;all let me know how it works for you. Cheers!</p><p>Disclaimer: This will not boot in UEFI mode!</p><p>Disclaimer 2: This is in no way endorsed by the developers of Devuan...I just wanted to put that out there so no toes are stepped on.</p>]]></description>
			<author><![CDATA[dummy@example.com (spcwingo)]]></author>
			<pubDate>Mon, 24 Oct 2022 13:58:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38060#p38060</guid>
		</item>
	</channel>
</rss>
