mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

11K
active users

#unifiedkernelimage

0 posts0 participants0 posts today
aaron ~# :blinkingcursor:<p>Installing <a href="https://infosec.exchange/tags/VoidLinux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VoidLinux</span></a> is one thing, but documenting it is key. I'm working on <a href="https://infosec.exchange/tags/dracut" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dracut</span></a> hooks to automatically create and sign the <a href="https://infosec.exchange/tags/unifiedkernelimage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>unifiedkernelimage</span></a>. I've already done <a href="https://infosec.exchange/tags/FullDiskEncryption" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FullDiskEncryption</span></a> (including <code>/boot</code>) </p><p>The best thing is that i can lookup most of the stuff on the <a href="https://infosec.exchange/tags/ArchLinux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArchLinux</span></a> <a href="https://infosec.exchange/tags/wiki" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>wiki</span></a> (except <a href="https://infosec.exchange/tags/systemd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systemd</span></a> stuff). I like <a href="https://infosec.exchange/tags/runit" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>runit</span></a>, though i'm not used to it yet.</p><p>I can also fix or reinstall the OS how much i want because of my separate <code>/home</code> partition. This level of customization and control is so cool.</p><p>I'm already excited to <a href="https://infosec.exchange/tags/automate" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>automate</span></a> the base system installation using <a href="https://infosec.exchange/tags/Ansible" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Ansible</span></a>. </p><p><a href="https://infosec.exchange/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://infosec.exchange/tags/unix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>unix</span></a> <a href="https://infosec.exchange/tags/void" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>void</span></a> <a href="https://infosec.exchange/tags/customization" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>customization</span></a> <a href="https://infosec.exchange/tags/secureboot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>secureboot</span></a> <a href="https://infosec.exchange/tags/automation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>automation</span></a></p>
Jason J.G. WhiteI recently switched to using a unified kernel image on my laptop - a UEFI executable that includes the kernel and the initial RAM disk. It is loaded directly by the UEFI firmware, hence no boot loader is needed anymore.<br>I'm still resolving a few issues, but it's essentially working. For now, at least, I've decided to use dracut to generate the initramfs image, and the Arch Linux dracut-ukify package to automate creation of the unified kernel image.<br><a href="https://wiki.archlinux.org/title/Unified_kernel_image" rel="nofollow noopener" target="_blank">https://wiki.archlinux.org/title/Unified_kernel_image</a><br><a class="hashtag" href="https://social.jasonjgw.net/tag/linux" rel="nofollow noopener" target="_blank">#Linux</a> <a class="hashtag" href="https://social.jasonjgw.net/tag/bootprocess" rel="nofollow noopener" target="_blank">#BootProcess</a> <a class="hashtag" href="https://social.jasonjgw.net/tag/uefi" rel="nofollow noopener" target="_blank">#uefi</a> <a class="hashtag" href="https://social.jasonjgw.net/tag/unifiedkernelimage" rel="nofollow noopener" target="_blank">#UnifiedKernelImage</a>