From 0ff5ec6275d5e628a0c853308bb8efa344ef6c25 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Thu, 18 Apr 2024 14:58:39 +0200 Subject: [PATCH] build_sysext: teach sysext to reload the daemon This ensures that the Systemd daemon is reloaded once the sysext image merged. Signed-off-by: Mathieu Tortuyaux --- build_sysext | 1 + 1 file changed, 1 insertion(+) diff --git a/build_sysext b/build_sysext index 963391df56..b9407b5bd0 100755 --- a/build_sysext +++ b/build_sysext @@ -277,6 +277,7 @@ all_fields=( 'ID=flatcar' "${version_field}" "ARCHITECTURE=${ARCH}" + "EXTENSION_RELOAD_MANAGER=1" ) printf '%s\n' "${all_fields[@]}" >"${BUILD_DIR}/install-root/usr/lib/extension-release.d/extension-release.${SYSEXTNAME}"