]> code.ossystems Code Review - openembedded-core.git/commit
wic/direct: Partition numbering is broken for MBR primary partition #4
authorMichael Cooper <michaelcooper81@gmail.com>
Thu, 3 Oct 2019 15:36:25 +0000 (18:36 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Oct 2019 22:09:22 +0000 (23:09 +0100)
commit7537580b3dd21bd512fb26e56e92b6553c549fa8
tree6bd4dd0ef8c948f7ed2273a907c48a5ec5f1aaf7
parentaa94f00eec64ef936acc80dfa826fd309daa294f
wic/direct: Partition numbering is broken for MBR primary partition #4

When wks describes extra partitions that aren't in the partition
table (e.g. boot loader) and exactly four primary MBR partitions, the
last partition gets added to fstab as partition #5 instead of #4.

[YOCTO #13560]

Signed-off-by: Michael Cooper <michaelcooper81@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/plugins/imager/direct.py