This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Debootstrap instance OS".
The branch, master has been updated
via 9d7a7a579f8e0925d64ab294019bf3f255d8036c (commit)
from 18873b16581135c7da31d11f6f4fc7758922ce60 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9d7a7a579f8e0925d64ab294019bf3f255d8036c
Author: Iustin Pop <
ius...@google.com>
Date: Wed May 2 21:26:54 2012 -0700
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 <
ius...@google.com>
Reviewed-by: René Nussbaumer <
r...@google.com>
-----------------------------------------------------------------------
Summary of changes:
common.sh.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Debootstrap instance OS