summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-01-04 11:50:48 +0100
committerGitHub <noreply@github.com>2018-01-04 11:50:48 +0100
commite2e19e288f284107fedbda34cb94bb6121e3bb7d (patch)
tree15c4db3047f0a476e583b1e265fb322f5ea551c5
parent91435804c0216c473aac6c1507e0265142f458fc (diff)
parentaca234ac228c5a3a01f02cd1feea29ed4e552fe4 (diff)
downloadmeta-updater-e2e19e288f284107fedbda34cb94bb6121e3bb7d.tar.gz
Merge pull request #218 from advancedtelematic/doc/dont-mess-ostree-branchname
Remove OSTREE_BRANCHNAME mention in README
-rw-r--r--README.adoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 7b4cf2b..0917e45 100644
--- a/README.adoc
+++ b/README.adoc
@@ -66,7 +66,6 @@ Although we have used U-Boot so far, other boot loaders can be configured work w
66== SOTA-related variables in local.conf 66== SOTA-related variables in local.conf
67 67
68* `OSTREE_REPO` - path to your OSTree repository. Defaults to `$\{DEPLOY_DIR_IMAGE}/ostree_repo` 68* `OSTREE_REPO` - path to your OSTree repository. Defaults to `$\{DEPLOY_DIR_IMAGE}/ostree_repo`
69* `OSTREE_BRANCHNAME` - the branch your rootfs will be committed to. Defaults to the same value as `MACHINE`.
70* `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". 69* `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".
71* `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. 70* `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.
72* `SOTA_PACKED_CREDENTIALS` - when set, your ostree commit will be pushed to a remote repo as a bitbake step. This should be the path to a zipped credentials file in https://github.com/advancedtelematic/aktualizr/blob/master/docs/credentials.adoc[the format accepted by garage-push]. 71* `SOTA_PACKED_CREDENTIALS` - when set, your ostree commit will be pushed to a remote repo as a bitbake step. This should be the path to a zipped credentials file in https://github.com/advancedtelematic/aktualizr/blob/master/docs/credentials.adoc[the format accepted by garage-push].