commit | 4a5451cc1b73c9d75f9cc835a360223545f9998a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Aug 06 00:51:46 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 02 09:48:20 2021 -0400 |
tree | 5de63eb983691a6e0c2025836a7bcb859b4b7d54 | |
parent | 94844aeae3b4ffe6aca8ad51a9d40e1096d5871d [diff] |
cmd/part: correct alignment of partition list When running 'part list' for an ISO partition the numbers are not under the labels. Correct the alignment of the ISO partition list. With the patch the output looks like: Part Start Sect x Size Type 1 3720 5024 512 U-Boot Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>