|
@@ -481,6 +481,22 @@ config BR2_PACKAGE_SYSTEMD_SYSEXT
|
|
|
|
|
|
https://www.freedesktop.org/software/systemd/man/systemd-sysext.html
|
|
https://www.freedesktop.org/software/systemd/man/systemd-sysext.html
|
|
|
|
|
|
|
|
+config BR2_PACKAGE_SYSTEMD_SYSUPDATE
|
|
|
|
+ bool "enable sysupdate support"
|
|
|
|
+ select BR2_PACKAGE_OPENSSL
|
|
|
|
+ select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
|
|
|
|
+ select BR2_PACKAGE_UTIL_LINUX_LIBFDISK
|
|
|
|
+ help
|
|
|
|
+ systemd-sysupdate atomically updates the host OS, container
|
|
|
|
+ images, portable service images or other sources, based on
|
|
|
|
+ the transfer configuration files described in sysupdate.d.
|
|
|
|
+
|
|
|
|
+ Note that the bootloader must be configured specifically to
|
|
|
|
+ support the A/B update mechanism defined by sysupdate. Only
|
|
|
|
+ systemd-boot does this out of the box.
|
|
|
|
+
|
|
|
|
+ https://www.freedesktop.org/software/systemd/man/systemd-sysupdate.html
|
|
|
|
+
|
|
config BR2_PACKAGE_SYSTEMD_SYSUSERS
|
|
config BR2_PACKAGE_SYSTEMD_SYSUSERS
|
|
bool "enable sysusers support"
|
|
bool "enable sysusers support"
|
|
help
|
|
help
|