commit | bb38a1f66e2ab04d1c1cf19cefe48569443e9298 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jul 17 20:21:00 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jul 22 12:32:42 2020 +0200 |
tree | d6394c7540dc64de76750a8d027985efc7302fc8 | |
parent | c663fa4bfa3d25fefa015ed9da0500cc58d34be4 [diff] |
efi_loader: use logging for bootefi command Log messages of the bootefi command instead of simply printing them to the console. Do not show "## Application terminated" message when the UEFI binary completed successfully. Adjust the python tests testing for '## Application terminated'. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>