summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-07-23 17:30:15 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2019-08-15 17:48:40 +0200
commit60faee946d234db0a015f4f7be159a90052c0e48 (patch)
tree835d2c7b2a5c8706b26cf877ed09da35c09817a1
parent406f9579adb98a010958f35311e495701c30dd49 (diff)
downloadmeta-updater-60faee946d234db0a015f4f7be159a90052c0e48.tar.gz
README: describe OSTREE_BRANCHNAME.
Not sure how that one got away for so long! It's one of the most commonly used, after all. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com> (cherry-picked from commit 5593f8500385fdd8532828b539ed5e2dc75bad2c)
-rw-r--r--README.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index c121af7..aa182b2 100644
--- a/README.adoc
+++ b/README.adoc
@@ -97,6 +97,7 @@ Your images will also need network connectivity to be able to reach an actual OT
97 97
98== SOTA-related variables in local.conf 98== SOTA-related variables in local.conf
99 99
100* `OSTREE_BRANCHNAME` - OSTree branch name. Defaults to `${SOTA_HARDWARE_ID}`. Particularly useful for grouping similar images.
100* `OSTREE_REPO` - path to your OSTree repository. Defaults to `$\{DEPLOY_DIR_IMAGE}/ostree_repo` 101* `OSTREE_REPO` - path to your OSTree repository. Defaults to `$\{DEPLOY_DIR_IMAGE}/ostree_repo`
101* `OSTREE_OSNAME` - OS deployment name on your target device. For more information about deployments and osnames see the https://ostree.readthedocs.io/en/latest/manual/deployment/[OSTree documentation]. Defaults to "poky". 102* `OSTREE_OSNAME` - OS deployment name on your target device. For more information about deployments and osnames see the https://ostree.readthedocs.io/en/latest/manual/deployment/[OSTree documentation]. Defaults to "poky".
102* `OSTREE_INITRAMFS_IMAGE` - initramfs/initrd image that is used as a proxy while booting into OSTree deployment. Do not change this setting unless you are sure that your initramfs can serve as such a proxy. 103* `OSTREE_INITRAMFS_IMAGE` - initramfs/initrd image that is used as a proxy while booting into OSTree deployment. Do not change this setting unless you are sure that your initramfs can serve as such a proxy.