diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2017-11-27 15:49:06 -0600 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2017-12-04 16:57:28 -0600 |
| commit | 9fb037b377614fe32a752a4e33fd0847f8863724 (patch) | |
| tree | 1f849da0510c49011ef7f2fde640c92309ed26b1 | |
| parent | 9f774d295c47aaf1592857bbc54eb6b403c178e6 (diff) | |
| download | openbmc-docs-9fb037b377614fe32a752a4e33fd0847f8863724.tar.gz openbmc-docs-9fb037b377614fe32a752a4e33fd0847f8863724.zip | |
Change //bmc/ to //${bmc}/
Changed the example calls from //bmc/ to //${bmc}/.
This is more obvious and users can set bmc to their bmc ip
and just copy/paste these example calls
Change-Id: Ic06ffeb232b12989f852985cce7dfe1480b7ee45
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
| -rw-r--r-- | ubi-code-update.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ubi-code-update.md b/ubi-code-update.md index b1c694f..d416668 100644 --- a/ubi-code-update.md +++ b/ubi-code-update.md @@ -55,7 +55,7 @@ version id via one of the following methods: has its Activation property set to Ready, in this example it'd be `2a1022fe`: ``` - $ curl -b cjar -k https://bmc/xyz/openbmc_project/software/enumerate + $ curl -b cjar -k https://${bmc}/xyz/openbmc_project/software/enumerate { "data": { "/xyz/openbmc_project/software/2a1022fe": { @@ -90,7 +90,7 @@ via one of the following methods: curl -b cjar -k -H "Content-Type: application/json" -X PUT \ -d '{"data": "xyz.openbmc_project.Software.Activation.RequestedActivations.Active"}' \ - https://bmc/xyz/openbmc_project/software/<id>/attr/RequestedActivation + https://${bmc}/xyz/openbmc_project/software/<id>/attr/RequestedActivation ``` 5. (Optional) Check the flash progress. This interface is only available during @@ -108,7 +108,7 @@ via one of the following: * Method 2: Using the REST API: ``` - curl -b cjar -k https://bmc/xyz/openbmc_project/software/<id>/attr/Progress + curl -b cjar -k https://${bmc}/xyz/openbmc_project/software/<id>/attr/Progress ``` ### Implementation |

