Re: [PATCH] partitions: Align partition numbering with that of Linux kernel

2018-02-16 Thread Sascha Hauer
Hi Andrey, On Mon, Feb 05, 2018 at 09:18:15AM -0800, Andrey Smirnov wrote: > Change the way Barebox numbers DOS/EFI partitions, such that it would > be consistent with how Linux kernel does it. With this change: > > - Both types of partitions are numbered starting from 1, not 0 > > - Extende

Re: [PATCH] partitions: Align partition numbering with that of Linux kernel

2018-02-16 Thread Andrey Smirnov
On Mon, Feb 5, 2018 at 9:18 AM, Andrey Smirnov wrote: > Change the way Barebox numbers DOS/EFI partitions, such that it would > be consistent with how Linux kernel does it. With this change: > > - Both types of partitions are numbered starting from 1, not 0 > > - Extended DOS partitions always

[PATCH] partitions: Align partition numbering with that of Linux kernel

2018-02-05 Thread Andrey Smirnov
Change the way Barebox numbers DOS/EFI partitions, such that it would be consistent with how Linux kernel does it. With this change: - Both types of partitions are numbered starting from 1, not 0 - Extended DOS partitions always start from 5, leaving first 4 to non-extended ones. Signed-