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 <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2024-04-18 14:58:39 +02:00
parent 7256148ccd
commit 0ff5ec6275
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -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}"