summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mosbarger <ericx.mosbarger@intel.com>2020-12-05 08:52:29 +0300
committerEric Mosbarger <ericx.mosbarger@intel.com>2020-12-05 08:52:29 +0300
commit2f19580d522598d6837413474886865dbbf359e3 (patch)
tree3c1097505b68061a52a96fb48e58109e9e34dc81
parent70ec0bcf11671254e1e634696f2f17faccd0055d (diff)
downloadopenbmc-2f19580d522598d6837413474886865dbbf359e3.tar.xz
Fake change 102
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 169af19f9..54da42de8 100644
--- a/README.md
+++ b/README.md
@@ -67,14 +67,14 @@ re-enable the default user credentials.
Without `"debug-tweaks"`, the root user is disabled by default.
-The following IPMI command can be used to enable the root user. This root
+The following IPMI command can be used to enable the user root. This root
user allows access to the BMC serial console, but cannot be used to access
IPMI, Redfish, or the web console.
IPMI OEM net function 0x30, command 0x5f. For root user, the first byte is
0 followed by the password.
-For example, to enable the root user with password `0penBmc1`:
+For example, enable the root user with password `0penBmc1`:
```ipmitool raw 0x30 0x5f 0x00 0x30 0x70 0x65 0x6e 0x42 0x6d 0x63 0x31```