<?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=2251&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / ASCII: Automated installation with OpenRC (using a preseed.cfg file)]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2251</link>
		<description><![CDATA[The most recent posts in ASCII: Automated installation with OpenRC (using a preseed.cfg file).]]></description>
		<lastBuildDate>Wed, 17 Jun 2020 12:30:50 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: ASCII: Automated installation with OpenRC (using a preseed.cfg file)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22720#p22720</link>
			<description><![CDATA[<p>Note that Devuan&#039;s beowulf installer will only set OpenRC as the service manager, sysvinit will still be used as PID1.</p><p>To use openrc-init as PID1 see <a href="https://dev1galaxy.org/viewtopic.php?id=2788" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=2788</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 17 Jun 2020 12:30:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22720#p22720</guid>
		</item>
		<item>
			<title><![CDATA[Re: ASCII: Automated installation with OpenRC (using a preseed.cfg file)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22710#p22710</link>
			<description><![CDATA[<p>Not an answer to the question, just a quick note. I was looking for a way to do this on the new beowulf release and it worked for me:</p><div class="codebox"><pre><code># load additional debian installer module &#039;choose-init&#039;
# (or use multiselect in case of additional modules needed)
d-i anna/choose_modules string choose-init

# select openrc as the init system to use
choose-init choose-init/select_init select openrc</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (morla)]]></author>
			<pubDate>Tue, 16 Jun 2020 17:41:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22710#p22710</guid>
		</item>
		<item>
			<title><![CDATA[ASCII: Automated installation with OpenRC (using a preseed.cfg file)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10864#p10864</link>
			<description><![CDATA[<p>Hi everybody,<br />currently I am writing a preseed.cfg that can be used by the debian/devuan installer for automatic installation of Ascii on my notebook (and some other devices later on too). I started with the Debian stretch example preseed file and besides some fights with the partitioning I was wondering about how to preseed for usage of OpenRC.</p><p>I did a manual &#039;expert&#039; installation which allowed me to choose OpenRC during installation. After asking in the IRC channel, some kind replies from fsmithred, checking the output of debconf-get-selections --installer and looking at the source of the choose-init module at <a href="https://git.devuan.org/devuan-packages/choose-init/" rel="nofollow">https://git.devuan.org/devuan-packages/choose-init/</a> now I got following solution (but did not test it yet):</p><p>What should be needed for preseeding the choose-init module are following two additional options in the presseed.cfg:</p><div class="codebox"><pre><code># load additional debian installer module &#039;choose-init&#039;
# (or use multiselect in case of additional modules needed)
d-i anna/choose_modules string choose-init

# select openrc as the init system to use
choose-init choose-init/select_init select openrc</code></pre></div><p>I am pretty sure about that the preseeding as shown above will work, but since from the sourcode of the choose-init module I only found</p><div class="codebox"><pre><code>in-target sh -c &quot;debconf-apt-progress --from 900 --to 950 --logstderr -- apt-get -q -y install -- openrc&quot; || aptfailed fi</code></pre></div><p>to be run, I wonder if simply adding the openrc package to the &quot;d-i pkgsel/include string &quot; does the same job. I think I will test both cases and see ... <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Kind regards,<br />&#160; RustyR.</p>]]></description>
			<author><![CDATA[dummy@example.com (rustyr)]]></author>
			<pubDate>Sat, 21 Jul 2018 21:40:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10864#p10864</guid>
		</item>
	</channel>
</rss>
