mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-18 23:12:18 +01:00
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:
parent
7256148ccd
commit
0ff5ec6275
@ -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}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user