diff options
author | Darren Hart <dvhart@linux.intel.com> | 2013-03-19 15:15:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-22 16:54:38 +0000 |
commit | acc5f0d94b05378a6f68667742775f84dfdc7fe2 (patch) | |
tree | ac28cf757f9ce8b4460e5c035df8eb4e5d115e51 /oe-init-build-env | |
parent | 663c39dc1e350449427be0156e1267d3ef95d59d (diff) | |
download | poky-acc5f0d94b05378a6f68667742775f84dfdc7fe2.tar.gz |
mkefidisk: Use msdos partition tables
While GPT works fine when writing to actual media, it cannot be reliably
used for distributing disk images as it requires the backup table to be
on the last block on the device, which of course varies from device to
device. Use MSDOS tables instead.
Use mkfs to label the filesystems as msdos tables do not support
partition labeling.
(From OE-Core rev: 049ea1e0a6a1017a5020de38bd7ce93515bd62f4)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env')
0 files changed, 0 insertions, 0 deletions