generic-poky/meta/recipes-core/initrdscripts
Darren Hart 7af1525794 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>
2012-07-09 16:58:58 +01:00
..
files init-install: Clean up partition alignment 2012-07-09 16:58:58 +01:00
initramfs-framework initramfs-framework: provides a modular initramfs 2011-12-08 15:24:28 +00:00
initramfs-boot_1.0.bb Set an explicit path for the initrd scripts 2011-09-16 13:30:26 +01:00
initramfs-framework_1.0.bb initramfs-framework: provides a modular initramfs 2011-12-08 15:24:28 +00:00
initramfs-live-boot_1.0.bb initramfs-live-boot: Disable unionfs until its issue with the system rootdir are resolved 2012-04-22 16:00:26 +01:00
initramfs-live-install_1.0.bb initrdscripts: Update install.sh to work with mmc devices 2012-05-06 09:55:48 +01:00