From 94c6db614822be1be2c9b6f7b6b843e01c51bd1f Mon Sep 17 00:00:00 2001 From: Godvin Ouseph Date: Sun, 17 Aug 2025 15:27:37 +0530 Subject: [PATCH] Set MakeInitrd=yes in documentation for building custom initrd Otherwise /etc/initrd-release won't exist in the initrd and systemd won't do the usual initrd stuff --- docs/initrd.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/initrd.md b/docs/initrd.md index d23ac9d3e..6e3bf52e2 100644 --- a/docs/initrd.md +++ b/docs/initrd.md @@ -15,6 +15,7 @@ Building an image with a mkosi-built initrd is a two step process, because you w Format=cpio [Content] +MakeInitrd=yes Packages=systemd udev kmod -- 2.47.2