]> code.ossystems Code Review - openembedded-core.git/commit
mkefidisk.sh: create a proper ESP
authorKoen Kooi <koen@dominion.thruhere.net>
Mon, 18 Mar 2013 15:23:55 +0000 (15:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Mar 2013 21:36:50 +0000 (21:36 +0000)
commit203ca80ee27948e2c68aab8ea48e51ff1c1157d5
treed6e0b633e5b351526ee7665764f19a98562ccc51
parent8d8fb11d68fbeebf1c070277e137d3dc1dee6ad6
mkefidisk.sh: create a proper ESP

The script was creating a FAT fs with EFI files in it, but wasn't setting the GPT GUID.

Using 'gummiboot install' natively failed because of the missing GPT GUID, so fix that. While we're there also set the name to "EFI System Partition".

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/mkefidisk.sh