diff options
author | Darren Hart <dvhart@linux.intel.com> | 2012-07-03 16:21:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-09 16:58:58 +0100 |
commit | 7af1525794fd91e8fca32221ec98f88c4cc3b0f0 (patch) | |
tree | fbc420ebc7624703d70f547f3ae3bbc73e4a5d8e /meta/recipes-bsp/keymaps | |
parent | 6f932f80bb54a2509c71c7110fa9c660bfe382fa (diff) | |
download | poky-7af1525794fd91e8fca32221ec98f88c4cc3b0f0.tar.gz |
init-install: Clean up partition alignment
The current partitioning scheme leaves a 1MB gap between all the
generated partitions by adding a 1 to the end of the last partition to
use as the start of the next. parted is smart enough to not overlap
start and end positions of the same value. This avoids the 1 MB gaps.
Rather than pad the disk with 1MB in the beginning and cut it off at the
MB boundary on the end, we can use 0% and 100% to allow parted to do the
required math and use as much of the disk as possible.
(From OE-Core rev: 8aac6ecc5194c734dfd3d677017ab3ea045b2339)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/keymaps')
0 files changed, 0 insertions, 0 deletions