mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-13 19:51:03 +01:00
sys-kernel/dracut: add systemd-executor binary
Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
This commit is contained in:
parent
da5844e796
commit
cd2a0ea3c7
@ -67,6 +67,8 @@ PATCHES=(
|
||||
"${FILESDIR}"/gentoo-ldconfig-paths.patch
|
||||
# Flatcar: override iscsi network dependency
|
||||
"${FILESDIR}"/050-change-network-dep-iscsi.patch
|
||||
# Add required systemd 255 binary
|
||||
"${FILESDIR}"/059-systemd-executor.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
|
||||
31
sdk_container/src/third_party/coreos-overlay/sys-kernel/dracut/files/059-systemd-executor.patch
vendored
Normal file
31
sdk_container/src/third_party/coreos-overlay/sys-kernel/dracut/files/059-systemd-executor.patch
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
From bee1c4824a8cd47ce6c01892a548bdc07b1fa678 Mon Sep 17 00:00:00 2001
|
||||
From: Frantisek Sumsal <frantisek@sumsal.cz>
|
||||
Date: Sat, 14 Oct 2023 23:45:57 +0200
|
||||
Subject: [PATCH] feat(systemd): install systemd-executor
|
||||
|
||||
In [0] systemd gained a new binary - systemd-executor - that's used to
|
||||
spawn processes forked off systemd. Let's copy it into the initrd if
|
||||
it's available.
|
||||
|
||||
[0] https://github.com/systemd/systemd/pull/27890
|
||||
|
||||
Signed-off-by: Brian Harring <ferringb@gmail.com>
|
||||
---
|
||||
modules.d/00systemd/module-setup.sh | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh
|
||||
index 554c25a08..9a13a1dbb 100755
|
||||
--- a/modules.d/00systemd/module-setup.sh
|
||||
+++ b/modules.d/00systemd/module-setup.sh
|
||||
@@ -34,6 +34,7 @@ install() {
|
||||
"$systemdutildir"/systemd \
|
||||
"$systemdutildir"/systemd-coredump \
|
||||
"$systemdutildir"/systemd-cgroups-agent \
|
||||
+ "$systemdutildir"/systemd-executor \
|
||||
"$systemdutildir"/systemd-shutdown \
|
||||
"$systemdutildir"/systemd-reply-password \
|
||||
"$systemdutildir"/systemd-fsck \
|
||||
--
|
||||
2.41.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user