]> code.ossystems Code Review - openembedded-core.git/commit
wic/partionedfs: Avoid reserving space for non-existing ext. partition
authorKristian Amlie <kristian.amlie@mender.io>
Fri, 10 Mar 2017 13:16:27 +0000 (14:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:00 +0000 (22:43 +0000)
commit485315dc170e29962a8848db38db73abafd0586e
tree7328bdb70fd3d0a2733778a94a032bdc38701662
parent8e4b4e28a7c3a9dbd6b9298bea5d2c1328b3f24a
wic/partionedfs: Avoid reserving space for non-existing ext. partition

We don't need the gap that the extended partition occupies if we
already know that we have less than five partitions. Saves up to one
full alignment of space.

Signed-off-by: Kristian Amlie <kristian.amlie@mender.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/plugins/imager/direct.py