diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-07-25 17:23:48 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-07-25 17:23:48 +0200 |
commit | 4216c0aca0d22c6810ea8de45d1efd61102b4d5f (patch) | |
tree | eecfe9fbcc08a3444e6695014fc14e9d68d15c79 /conf | |
parent | 2b6af2ab43c8b82bd2c6146a9273abd9d1875abf (diff) | |
download | meta-updater-4216c0aca0d22c6810ea8de45d1efd61102b4d5f.tar.gz |
local.conf.sample: fix provisioning naming.fix/sample-prov
Missed that somehow when we did the renaming.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/local.conf.sample.append | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf.sample.append b/conf/local.conf.sample.append index 4588ec3..fc565f8 100644 --- a/conf/local.conf.sample.append +++ b/conf/local.conf.sample.append | |||
@@ -8,7 +8,7 @@ MACHINE = "##MACHINE##" | |||
8 | DISTRO = "poky-sota-systemd" | 8 | DISTRO = "poky-sota-systemd" |
9 | 9 | ||
10 | # General SOTA setup | 10 | # General SOTA setup |
11 | #SOTA_CLIENT_PROV = "aktualizr-auto-prov" | 11 | #SOTA_CLIENT_PROV = "aktualizr-shared-prov" |
12 | #SOTA_PACKED_CREDENTIALS = "/path/to/credentials.zip" | 12 | #SOTA_PACKED_CREDENTIALS = "/path/to/credentials.zip" |
13 | 13 | ||
14 | # Uncomment this line to start an ssh server at boot automatically | 14 | # Uncomment this line to start an ssh server at boot automatically |