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 <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8125>
This commit is contained in:
Clayton Craft 2026-02-20 21:51:06 -08:00 committed by The Friendly Meow (merge) Bot
parent 6c928e6db4
commit 5d3d7cebcf
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ maintainer="Clayton Craft <craftyguy@postmarketos.org>"
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="" \