027dcc2dbe
This is more than a bit hard to test, requiring as it does an actual iLO BMC, so sadly I have no tests :(. HP Hardware really wants to be running latest firmware, and its commonly agreed that one place where it can be sanely applied is in the deploy environment, so this is my long threatened implementation of that. Change-Id: I3117a250d0d0eb8ee33eb4b15c837485a5cbf476 |
||
---|---|---|
.. | ||
extra-data.d | ||
init.d | ||
ramdisk-install.d | ||
README.md |
Ramdisk support for applying HP iLO firmware.
The firmware files are copied in via an extra-data hook: the variable DIB_ILO_FIRMWARE_PATH specifies a directory, and every file in that directory will be unpacked into a same-named directory in the ramdisk (using --unpack=...). If the path is not specified, a diagnostic is output but no error is triggered.
During ramdisk init every found firmware installer will be executed using --silent --log=log The log is displayed after the firmware has executed.
If the firmware exits with status 0 (ok), status 2 (same or older version) or 4 (ilo not detected) a diagnostic message is logged and init proceeds.
Any other status code is treated as an error.