Update formatting of README
This commit is contained in:
parent
c6e5431d47
commit
b46681057d
|
@ -4,12 +4,17 @@ A BMC (LOM) created with a Raspberry Pi.
|
||||||
Allows one to build a Raspberry Pi-based BMC unit for an IPMI-less server.
|
Allows one to build a Raspberry Pi-based BMC unit for an IPMI-less server.
|
||||||
|
|
||||||
There are three main files:
|
There are three main files:
|
||||||
|
|
||||||
1) `bmcd` - BMC Daemon
|
1) `bmcd` - BMC Daemon
|
||||||
|
|
||||||
Runs in the background of the system and handles reading and writing GPIO.
|
Runs in the background of the system and handles reading and writing GPIO.
|
||||||
|
|
||||||
2) `bmc.sh` - The BMC shell
|
2) `bmc.sh` - The BMC shell
|
||||||
|
|
||||||
Should be set as the default shell of the login user (`bmc`) and provides
|
Should be set as the default shell of the login user (`bmc`) and provides
|
||||||
user interface to the BMC.
|
user interface to the BMC.
|
||||||
3) `rc.local` - The rc.local file
|
3) `rc.local` - The rc.local file
|
||||||
|
|
||||||
The system `rc.local` should be replaced (or symlinked) to this file to start
|
The system `rc.local` should be replaced (or symlinked) to this file to start
|
||||||
the `bmcd` daemon and `screen` console session on boot.
|
the `bmcd` daemon and `screen` console session on boot.
|
||||||
|
|
Loading…
Reference in New Issue