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:42:24 +0000 (21:42 +0000)
commit4f000eeed82c87c6ea3aee313374b227ab0f9731
tree56a45e181f1b457ea4d6c2199731ab54f4f374a0
parent3d849a75dbb4be6be2062a284f9a92c19cd6b4d0
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".

(From OE-Core rev: 203ca80ee27948e2c68aab8ea48e51ff1c1157d5)

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