
On Wed, 18 Nov 2015 18:40:48 -0500 Tom Rini trini@konsulko.com wrote:
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
I will fix this in v2. I also need to fix some issues with "$partitions" parsing code.
Anyway, thanks for review.
Best regards, Łukasz Majewski