summaryrefslogtreecommitdiffstats
path: root/conf/local.conf.base.append
diff options
context:
space:
mode:
Diffstat (limited to 'conf/local.conf.base.append')
-rw-r--r--conf/local.conf.base.append18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/local.conf.base.append b/conf/local.conf.base.append
new file mode 100644
index 0000000..36b2f59
--- /dev/null
+++ b/conf/local.conf.base.append
@@ -0,0 +1,18 @@
1#
2# meta-updater configuration, see README.adoc and aktualizr's
3# documentation for more options and detailed documentation
4#
5
6MACHINE = "##MACHINE##"
7DISTRO = "##DISTRO##"
8
9# General SOTA setup
10#SOTA_CLIENT_PROV = "aktualizr-shared-prov"
11#SOTA_PACKED_CREDENTIALS = "/path/to/credentials.zip"
12
13# Uncomment this line to start an ssh server at boot automatically
14#IMAGE_FEATURES += "ssh-server-dropbear"
15
16# Uncomment this line to set the log level of aktualizr to 'debug' (from 'info'
17# by default)
18#IMAGE_INSTALL_append += " aktualizr-log-debug"