Attention is currently required from: Nico Huber, Edward O'Callaghan, Angel Pons.
1 comment:
File flashrom.c:
/*
* FIXME: Do we really want the scary warning if erase failed?
* After all, after erase the chip is either blank or partially
* blank or it has the old contents. A blank chip won't boot,
* so if the user wanted erase and reboots afterwards, the user
* knows very well that booting won't work.
*/
if (ret)
emergency_help_message();
I am just a little bit confused. I though libflashrom is not intended to print messages? Or is this a temporary measure?
To view, visit change 60068. To unsubscribe, or for help writing mail filters, visit settings.