diff options
author | Mykhaylo Sul <ext-mykhaylo.sul@here.com> | 2019-11-06 09:44:03 +0100 |
---|---|---|
committer | Mykhaylo Sul <ext-mykhaylo.sul@here.com> | 2019-11-06 13:35:34 +0100 |
commit | c74c4eb5399ed7a195e00172774a283582da6e44 (patch) | |
tree | b1795d33c637011c2ae517c538f40be74aee723b /conf/local.conf.base.append | |
parent | 3f904325ad5d307f308e020e9bc4d24a8afdf7af (diff) | |
download | meta-updater-c74c4eb5399ed7a195e00172774a283582da6e44.tar.gz |
OTA-3988: Split the local.conf to a base and a distro specific partfeat/OTA-3988/non-systemd-support
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
Diffstat (limited to 'conf/local.conf.base.append')
-rw-r--r-- | conf/local.conf.base.append | 18 |
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 | |||
6 | MACHINE = "##MACHINE##" | ||
7 | DISTRO = "##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" | ||