<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Compilation on Pragmatic Tech</title><link>https://pragmaticsysadmin.help/tags/compilation/</link><description>Practical sysadmin guides, senior tech help for aging parents, and kids' learning games — without the buzzwords. By Jonne, a Finnish sysadmin.</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>Pragmatic Sysadmin (Pragmatic Sysadmin)</managingEditor><webMaster>Pragmatic Sysadmin (Pragmatic Sysadmin)</webMaster><lastBuildDate>Tue, 07 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://pragmaticsysadmin.help/tags/compilation/index.xml" rel="self" type="application/rss+xml"/><item><title>Compiling a Custom Linux Kernel &amp; Adding systemd (Part 2)</title><link>https://pragmaticsysadmin.help/sysadmin/2026-07-07-compile-linux-kernel-systemd-part-2/</link><pubDate>Tue, 07 Jul 2026 00:00:00 +0000</pubDate><author>Pragmatic Sysadmin</author><guid>https://pragmaticsysadmin.help/sysadmin/2026-07-07-compile-linux-kernel-systemd-part-2/</guid><description>&lt;p&gt;In &lt;a href="https://pragmaticsysadmin.help/sysadmin/2026-03-28-building-your-own-linux-from-scratch/"&gt;Part 1&lt;/a&gt;, we built a minimal Linux system using BusyBox and a prebuilt kernel. You got a shell running inside a container, mounted pseudo-filesystems, and saw the boot sequence from init to prompt.&lt;/p&gt;
&lt;p&gt;That was the &amp;ldquo;hello world&amp;rdquo; of custom Linux. Now we&amp;rsquo;re doing the real thing.&lt;/p&gt;
&lt;p&gt;Today we&amp;rsquo;re going to &lt;strong&gt;compile our own kernel from source&lt;/strong&gt;, configure only the hardware support we actually need, and compress it to under 10MB. Then we&amp;rsquo;ll rip out that hand-written init script and replace it with &lt;strong&gt;systemd&lt;/strong&gt; — the same init system that runs on virtually every modern Linux distribution. Finally, we&amp;rsquo;ll get a &lt;strong&gt;real service running&lt;/strong&gt; (OpenSSH) so you can actually log into your custom system remotely.&lt;/p&gt;</description></item></channel></rss>