mkefidisk.sh: Add script to do an EFI install on the host
authorDarren Hart <dvhart@linux.intel.com>
Tue, 18 Sep 2012 18:45:14 +0000 (11:45 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Sep 2012 10:10:18 +0000 (11:10 +0100)
commit96458e1d49148be6393e04b4b03e6725a86185e1
treee53d50e66b511c61c0611b3afcc8db449a1e4fc1
parent10a07d504e43c999e17f50bc00312aa0ee1e4d5b
mkefidisk.sh: Add script to do an EFI install on the host

Sometimes it is convenient to prepare a bootable image from the
host rather than using a live-image to install to a disk on the
target.

This script takes a live image as input, partitions a device, and
performs the installation just as the installer would if run on
the target.

(From OE-Core rev: 7225c6739f9f1e51741a42437692868165aa1dfe)

Signed-off-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 [new file with mode: 0755]