On Tue, Feb 26, 2019 at 06:40:14PM +, James Clarke wrote:
> For EBR partitions, "start" is the relative starting sector of the EBR
> header itself, whereas "offset" is the relative starting byte of the
> partition's contents, excluding the EBR header and any padding. Thus we
> must use "offset"
For EBR partitions, "start" is the relative starting sector of the EBR
header itself, whereas "offset" is the relative starting byte of the
partition's contents, excluding the EBR header and any padding. Thus we
must use "offset", and divide by the sector size to convert to sectors.
Signed-off-by: