diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-02-27 12:08:59 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-02-27 12:08:59 +0100 |
commit | 0daa2bc6098a8b94807499093ff225c16ed33ff6 (patch) | |
tree | 4b9c2b0979a059ebb07267e56821cde5eb3a1d9c /README.adoc | |
parent | a56c8b483d9ba88c1506e2c86a6784499a94b00b (diff) | |
download | meta-updater-0daa2bc6098a8b94807499093ff225c16ed33ff6.tar.gz |
README: document auto-reboot config feature.doc/auto-reboot-config
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Suggested-by: Ben Luck <benjamin.luck@here.com>
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
151 | 151 | ||
152 | 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: | 152 | 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: |
153 | 153 | ||
154 | * 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. | ||
154 | * 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. | 155 | * 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. |
155 | * 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. | 156 | * 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. |
156 | 157 | ||