diff options
author | Laurent Bonnans <laurent@advancedtelematic.com> | 2018-01-04 11:37:07 +0100 |
---|---|---|
committer | Laurent Bonnans <laurent@advancedtelematic.com> | 2018-01-04 11:37:07 +0100 |
commit | aca234ac228c5a3a01f02cd1feea29ed4e552fe4 (patch) | |
tree | 15c4db3047f0a476e583b1e265fb322f5ea551c5 /README.adoc | |
parent | 91435804c0216c473aac6c1507e0265142f458fc (diff) | |
download | meta-updater-aca234ac228c5a3a01f02cd1feea29ed4e552fe4.tar.gz |
Remove OSTREE_BRANCHNAME mention in README
Not relevant to the user, as per PRO-4483
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 1 |
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]. |