<?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=5284&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] optimized initramfs howto]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5284</link>
		<description><![CDATA[The most recent posts in [SOLVED] optimized initramfs howto.]]></description>
		<lastBuildDate>Sun, 09 Oct 2022 13:39:24 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] optimized initramfs howto]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37877#p37877</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>... refers to Arch&#039;s udev hook.<br />Debian does not use the same methods as Arch ...</p></div></blockquote></div><p>Indeed ...<br />I noted that after posting but forgot all about it.<br />Sorry about that.</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>... so the statement is irrelevant.</p></div></blockquote></div><p>Quite so.</p><p>But I&#039;m sure it had not escaped you that the OP had <em>already</em> answered my post.<br />And in doing so, gracefully pointed out the difference between Debian and Arch to me.</p><p>Nevertheless, thanks for your input.&#160; &#160;8^D</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sun, 09 Oct 2022 13:39:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37877#p37877</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] optimized initramfs howto]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37873#p37873</link>
			<description><![CDATA[<div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><div class="quotebox"><blockquote><div><p>If you need udev, your minimization efforts will most likely be in vain.</p></div></blockquote></div></div></blockquote></div><p>That statement refers to Arch&#039;s udev hook. Debian does not use the same methods as Arch so the statement is irrelevant.</p><p>For the record I&#039;m using a &quot;minified&quot; initramfs in my Arch box and even with zstd compression[0] it&#039;s still double the size of the OP&#039;s in this thread — klibc ftw!</p><p>[0] I prefer no compression with my images &#039;cos I have a hellafast hard drive.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 09 Oct 2022 13:04:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37873#p37873</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] optimized initramfs howto]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37860#p37860</link>
			<description><![CDATA[<p>Thanks.<br />Well, as far as I can tell, my system uses eudev and I can&#039;t see no problem so far. Everything works normally and the boot time was shorter.</p>]]></description>
			<author><![CDATA[dummy@example.com (amc252)]]></author>
			<pubDate>Sat, 08 Oct 2022 15:49:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37860#p37860</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] optimized initramfs howto]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37856#p37856</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>amc252 wrote:</cite><blockquote><div><p>... anyone point me to an howto?</p></div></blockquote></div><p>Besides following HoaS&#039; instructions, to may find <a href="https://wiki.archlinux.org/title/Mkinitcpio/Minimal_initramfs" rel="nofollow">this</a> link (or parts of it) useful.</p><div class="quotebox"><blockquote><div><p>If you need udev, your minimization efforts will most likely be in vain.</p></div></blockquote></div><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sat, 08 Oct 2022 11:17:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37856#p37856</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] optimized initramfs howto]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37849#p37849</link>
			<description><![CDATA[<p>It seems to have worked.<br />I changed the value in /etc/initramfs-tools/conf.d/driver-policy to MODULES=dep and ran update-initramfs -u -k all.<br />The resulting initrd.img is 6.6 M instead of 27.5 M.<br />I rebooted and everything seems fine so far.<br />Thanks for the suggestion.</p>]]></description>
			<author><![CDATA[dummy@example.com (amc252)]]></author>
			<pubDate>Sat, 08 Oct 2022 08:03:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37849#p37849</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] optimized initramfs howto]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37848#p37848</link>
			<description><![CDATA[<p>Read the MODULES section in</p><div class="codebox"><pre><code>man initramfs.conf</code></pre></div><p>Once the changes have been made regenerate the initramfs:</p><div class="codebox"><pre><code># update-initramfs -u -k all</code></pre></div><p>EDIT: or try</p><div class="codebox"><pre><code>dpkg-reconfigure initramfs-tools</code></pre></div><p>But that&#039;s just a guess. I&#039;ve never tried it and I&#039;m not in De{vu,bi}an atm.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 08 Oct 2022 06:59:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37848#p37848</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] optimized initramfs howto]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37846#p37846</link>
			<description><![CDATA[<p>Today I installed Debian Bookworm on a spare partition using the expert mode.<br />At some point, the installer offered the option to create an optimized initramfs containing only the needed module for the system. I accepted and the resulting initrd.img is 7.8 M as opposite of 27.5 M on Chimaera.<br />I googled around but couldn&#039;t find instructions as to how do that on my installed Chiamera.<br />Could anyone point me to an howto?</p>]]></description>
			<author><![CDATA[dummy@example.com (amc252)]]></author>
			<pubDate>Sat, 08 Oct 2022 04:28:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37846#p37846</guid>
		</item>
	</channel>
</rss>
