From d1e4c55f7b3a677d47755c267fa760d76c3994e4 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Wed, 27 Feb 2019 12:08:59 +0100 Subject: README: document auto-reboot config feature. Signed-off-by: Patrick Vacek Suggested-by: Ben Luck --- README.adoc | 1 + recipes-sota/config/aktualizr-auto-reboot.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 27ecabf..d603ade 100644 --- a/README.adoc +++ b/README.adoc @@ -151,6 +151,7 @@ First, you can set `SOTA_CLIENT_PROV` to control which provisioning recipe is us Second, you can write recipes to install additional config files with customized options. A few recipes already exist to address common needs and provide an example: +* link:recipes-sota/config/aktualizr-auto-reboot.bb[aktualizr-auto-reboot.bb] configures aktualizr to automatically reboot after new updates are installed in order to apply the updates immediately. This is only relevant for package managers (such as OSTree) that require a reboot to complete the installation process. If this is not enabled, you will need to reboot the system through other means. * link:recipes-sota/config/aktualizr-disable-send-ip.bb[aktualizr-disable-send-ip.bb] disables the reporting of networking information to the server. This is enabled by default and supported by https://connect.ota.here.com/[HERE OTA Connect]. However, if you are using a different server that does not support this feature, you may want to disable it in aktualizr. * link:recipes-sota/config/aktualizr-log-debug.bb[aktualizr-log-debug.bb] sets the log level of aktualizr to 0 (trace). The default is 2 (info). This recipe is intended for development and debugging purposes. diff --git a/recipes-sota/config/aktualizr-auto-reboot.bb b/recipes-sota/config/aktualizr-auto-reboot.bb index 1317fd4..ad4d17c 100644 --- a/recipes-sota/config/aktualizr-auto-reboot.bb +++ b/recipes-sota/config/aktualizr-auto-reboot.bb @@ -1,5 +1,5 @@ SUMMARY = "Enable auto reboot to apply updates" -DESCRIPTION = "Configures aktualizr to auto reboot just after new updates installation in order to apply them" +DESCRIPTION = "Configures aktualizr to automatically reboot after new updates are installed in order to apply the updates immediately" HOMEPAGE = "https://github.com/advancedtelematic/aktualizr" SECTION = "base" LICENSE = "MPL-2.0" -- cgit v1.2.3-54-g00ecf