summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-07-25 17:23:48 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2019-08-15 17:48:40 +0200
commit427d416070941fb7bafa4722d63c0610edfb9439 (patch)
tree92c995caf1cafb56a7a395e54f1ee89627e4d7e1
parentb446fa5a41dccb743ced09d6e62871757b245114 (diff)
downloadmeta-updater-427d416070941fb7bafa4722d63c0610edfb9439.tar.gz
local.conf.sample: fix provisioning naming.
Missed that somehow when we did the renaming. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com> (cherry-picked from commit 4216c0aca0d22c6810ea8de45d1efd61102b4d5f)
-rw-r--r--conf/local.conf.sample.append2
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##"
8DISTRO = "poky-sota-systemd" 8DISTRO = "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