Align partition on 1MiB boundary
authorIustin Pop <iustin@google.com>
Thu, 3 May 2012 04:26:54 +0000 (21:26 -0700)
committerIustin Pop <iustin@google.com>
Thu, 3 May 2012 18:03:50 +0000 (11:03 -0700)
commit9d7a7a579f8e0925d64ab294019bf3f255d8036c
treeddec4719a7aa17b413a5a5cb536cf5dbd47c9304
parent18873b16581135c7da31d11f6f4fc7758922ce60
Align partition on 1MiB boundary

Currently, the partition we create in 'msdos' style partitioning is
not aligned to any particular offset, and instead starts simply after
the MBR on sector 1. This creates problems with grub for example,
which doesn't have space for embedding.

To fix this and make the partitioning more standard, let's align it on
a 1MiB boundary.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>
common.sh.in