<?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=4423&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Custom Live Boot for Devuan Base System]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4423</link>
		<description><![CDATA[The most recent posts in Custom Live Boot for Devuan Base System.]]></description>
		<lastBuildDate>Thu, 22 Jul 2021 05:16:37 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Custom Live Boot for Devuan Base System]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30801#p30801</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>I don&#039;t have any ideas on what you should do to fix it, but I found the following by poking around in the sysvinit-core source. This can be found in /lib/init/rc....</p></div></blockquote></div><p>Thanks.... I will try to look at that.</p>]]></description>
			<author><![CDATA[dummy@example.com (lordwolf)]]></author>
			<pubDate>Thu, 22 Jul 2021 05:16:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30801#p30801</guid>
		</item>
		<item>
			<title><![CDATA[Re: Custom Live Boot for Devuan Base System]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30778#p30778</link>
			<description><![CDATA[<p>I don&#039;t have any ideas on what you should do to fix it, but I found the following by poking around in the sysvinit-core source. This can be found in /lib/init/rc.</p><div class="codebox"><pre><code>if ! test -e /proc/stat; then
        # startpar requires /proc/stat
        if [ &quot;$(uname)&quot; = &quot;GNU/kFreeBSD&quot; ] ; then
                mount -t linprocfs linprocfs /proc
        elif [ &quot;$(uname)&quot; = &quot;GNU&quot; ] ; then
                mount -t proc none /proc -ocompatible
        fi
fi</code></pre></div><p>Maybe use this or figure out how it does what it does:</p><div class="codebox"><pre><code># Skip fsck on reboot.
shutdown -f     </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 21 Jul 2021 12:27:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30778#p30778</guid>
		</item>
		<item>
			<title><![CDATA[Custom Live Boot for Devuan Base System]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30775#p30775</link>
			<description><![CDATA[<p>Hello all,</p><p>I am playing with some scripts that runs in initramfs and loads squashfs-compressed Devuan Beowulf root fs created using debootstrap. It runs ok, but I found an error message that I simply cannot find solution for... plus an itch... </p><div class="quotebox"><blockquote><div><p>INIT: version 2.93 booting<br />[info] Using makefile-style concurrent boot in runlevel S.<br />ERROR: could not open /proc/stat: No such file or directory<br />[info] Setting the system clock.<br />[info] System Clock set to: Wed Jul 21 11:29:42 UTC 2021.<br />[ ok ] Activating swap...done.<br />[....] Checking file systems...fsck from util-linux 2.33.1<br />done.<br />[ ok ] Cleaning up temporary files....<br />[ ok ] Mounting local filesystems...done.<br />[ ok ] Activating swapfile swap...done.<br />[ ok ] Cleaning up temporary files....<br />[ ok ] Cleaning up temporary files....<br />INIT: Entering runlevel: 2<br />[info] Using makefile-style concurrent boot in runlevel 2.</p></div></blockquote></div><p>1) Notice that ERROR on third line - about not being able to open /proc/stat. Any ideas on what can cause this? Are there anything special I need to setup before starting init? I use busybox switch_root for that...</p><p>2) I actually have no filesystems to check... a single overlayfs mounted on tmpfs as root. Is there a way for me to tell init to skip that so that I do not see the fsck message? I skipped the root by simply marking 0 in fstab. I have no idea what it is trying to check...</p><p>The system boots fine and I can login and run apt and everything... but, I simply have to make those things go away <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>Thanks for any ideas!</p>]]></description>
			<author><![CDATA[dummy@example.com (lordwolf)]]></author>
			<pubDate>Wed, 21 Jul 2021 11:40:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30775#p30775</guid>
		</item>
	</channel>
</rss>
