
19 Nov
2015
19 Nov
'15
12:40 a.m.
On Fri, Nov 13, 2015 at 07:42:12AM +0100, Lukasz Majewski wrote:
This commit adds support for "gpt verify" command, which verifies correctness of on-board stored GPT partition table. As the optional parameter one can provide '$partitons' environment variable to check if partition data (size, offset, name) is correct.
This command should be regarded as complementary one to "gpt restore".
Signed-off-by: Lukasz Majewski l.majewski@majess.pl
Note you're using puts and printf both here, please just switch to printf. But: Reviewed-by: Tom Rini trini@konsulko.com
--
Tom