summaryrefslogtreecommitdiffstats
path: root/cheatsheet.md
diff options
context:
space:
mode:
Diffstat (limited to 'cheatsheet.md')
-rw-r--r--cheatsheet.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/cheatsheet.md b/cheatsheet.md
index 0aa3bc6..46f3766 100644
--- a/cheatsheet.md
+++ b/cheatsheet.md
@@ -144,7 +144,7 @@ window. This results in having an easily accessible qemu command session.
Login:
```
-curl -c cjar -k -X POST -H "Content-Type: application/json" -d '{"data": [ "root", "0penBmc" ] }' https://bmc/login
+curl -c cjar -k -X POST -H "Content-Type: application/json" -d '{"data": [ "root", "0penBmc" ] }' https://${bmc}/login
```
Connect to host console:
@@ -156,7 +156,7 @@ Power on:
```
curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT \
-d '{"data": "xyz.openbmc_project.State.Host.Transition.On"}' \
- https://bmc/xyz/openbmc_project/state/host0/attr/RequestedHostTransition
+ https://${bmc}/xyz/openbmc_project/state/host0/attr/RequestedHostTransition
```
## GDB
OpenPOWER on IntegriCloud