]> code.ossystems Code Review - openembedded-core.git/commit
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)
committerSaul Wold <sgw@linux.intel.com>
Fri, 21 Sep 2012 05:21:14 +0000 (22:21 -0700)
commit7225c6739f9f1e51741a42437692868165aa1dfe
tree0f8d816495c4956a7d4a6d5b758597ce8a04f9e8
parent839faed2e7ef554668f647732c7ee1c8d339c123
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.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/contrib/mkefidisk.sh [new file with mode: 0755]