bmc starts in /etc/init.d/S95hello.sh #93
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thank you very much for the amazing work!
I just notices something that made me waste one hour :)
The docs suggest to call put a file called
S91...whatever
to manage the nodes when the board starts. Unfortunately, the BMC starts only atS99
so any script that would like to use the BMC must start after theS99hello.sh
which means that the user have to pay attention to the name itself instead of the number.With this PR I am trying to mitigate the issue: the BMC starts at S95 allowing 4 more script to run after without the need to pay attention to the name of the script itself.
Hope you find this useful!
Pls, Continue with this wonder! :)