mirror of
https://github.com/ipxe/ipxe
synced 2026-02-09 15:21:29 +03:00
The "md5sum" and "sha1sum" commands were originally intended solely as debugging utilities, and would return success (with a warning message) even if the specified images did not exist. To minimise surprise and to be consistent with other commands, treat the inability to acquire an image as a fatal error. Signed-off-by: Michael Brown <mcb30@ipxe.org>