From 5d3d7cebcfe37090c9f9068448f3e2a67666b8ea Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Fri, 20 Feb 2026 21:51:06 -0800 Subject: [PATCH] systemd/systemd: enable initrd units For using systemd in the duranium initramfs. This should have no impact on mutable pmOS, other than some extra (unused) units being installed in the rootfs. This does not switch mutable pmOS to using systemd in the initramfs. Signed-off-by: Clayton Craft Part-of: --- extra-repos/systemd/systemd/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra-repos/systemd/systemd/APKBUILD b/extra-repos/systemd/systemd/APKBUILD index bfbf48643..92510f25c 100644 --- a/extra-repos/systemd/systemd/APKBUILD +++ b/extra-repos/systemd/systemd/APKBUILD @@ -9,7 +9,7 @@ maintainer="Clayton Craft " pkgname=systemd pkgver=259.3 _pkgver="${pkgver/_/-}" -pkgrel=1 +pkgrel=2 pkgdesc="System and service manager" url="https://github.com/systemd/systemd" # armhf: no linux-stable @@ -213,7 +213,7 @@ build() { -Dimportd=enabled \ \ -Dbootloader=disabled \ - -Dinitrd=false \ + -Dinitrd=true \ -Dhibernate=false \ -Dselinux=disabled \ -Dsysvinit-path="" \